Html Css Color HEX #C91926 Fire Engine Red

📋 copy color: '#C91926'

red 201 ◦ green 25 ◦ blue 38

#C91926
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #C91926

Tints of Fire Engine Red #C91926

RGB

 RED value IS 201 (78.91% from 255) = 76.14%

 GREEN value IS 25 (10.16% from 255) = 9.47%

 BLUE value IS 38 (15.23% from 255) = 14.39%

R = 76.14%
G = 9.47%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C91926 (or 0xC91926) is known color: Fire Engine Red. HEX triplet: C9, 19 and 26. RGB value is (201,25,38). Sum of RGB (Red+Green+Blue) = 201+25+38=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C91926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91926 is #36E6D9. Grayscale: #4F4F4F. Windows color (decimal): -3598042 or 2496969. OLE color: 2496969.

HSL color Cylindrical-coordinate representation of color #C91926: hue angle of 355.57º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91926 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 38 -
CMYK 0 0.88 0.81 0.21
HSL 355.57º 0.78% 0.44% -
HSV(B) 355.57º 0.88% 0.79% -
XYZ 24.78 13.25 3.09 -
YUV 79.11 104.81 214.94 -
System Red Green Blue C M Y K H S L
Decimal 201 25 38 0 0.88 0.81 0.21 355.57 0.78 0.44
Hex C9 19 26 0 58 51 15 164 4E 2C
Octal 311 31 46 0 130 121 25 544 116 54
Binary 11001001 11001 100110 0 1011000 1010001 10101 101100100 1001110 101100

Color Harmonies of #C91926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91926

Black with #C91926

Text Example


Text Example

White with #C91926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91926; }

 p { color: rgb(201,25,38); }

 H1.HeaderClassName
 {
   color: #C91926;
 }
 .AnyTagClassName
 {
   color: #C91926;
 }
</style>

background-color css

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

 a { background-color: rgb(201,25,38); }

 div.DivClassName
 {
   background-color: #C91926;
 }
 .BgClassName
 {
   background-color: #C91926;
 }
</style>

border-color css

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

 span { border-color: rgb(201,25,38); }

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