#941C25

Color #941C25 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #941C25

Tints of Bright Red #941C25

Color information

#941C25 (or 0x941C25) is unknown color: approx Bright Red. HEX triplet: 94, 1C and 25. RGB value is (148,28,37). Sum of RGB (Red+Green+Blue) = 148+28+37=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #941C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941C25 is #6BE3DA. Grayscale: #404040. Windows color (decimal): -7070683 or 2432148. OLE color: 2432148.

HSL color Cylindrical-coordinate representation of color #941C25: hue angle of 355.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #941C25 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB1482837-
CMYK00.810.750.42
HSL355.5º68.18%34.51%-
HSV(B)355.5º81.08%58.04%-
XYZ12.967.262.47-
YUV64.91112.26187.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 69.48%
GREEN value IS 28 (11.33% from 255) = 13.15%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=69.48%
G=13.15%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148283700.810.750.42355.568.1834.51
Hex941C250514B2A1644423
Octal224344501211135254410443
Binary10010100111001001010101000110010111010101011001001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941C25; }

 p { color: rgb(148,28,37); }

 H1.HeaderClassName
 {
   color: #941C25;
 }
 .AnyTagClassName
 {
   color: #941C25;
 }
</style>
background-color css

<style>
 a { background-color: #941C25; }

 a { background-color: rgb(148,28,37); }

 div.DivClassName
 {
   background-color: #941C25;
 }
 .BgClassName
 {
   background-color: #941C25;
 }
</style>
border-color css

<style>
 span { border-color: #941C25; }

 span { border-color: rgb(148,28,37); }

 td.TdClassName
 {
   border-color: #941C25;
 }
 .TagClassName
 {
   border-color: #941C25;
 }
</style>