Html Css Color HEX #C91826 Fire Engine Red

📋 copy color: '#C91826'

red 201 ◦ green 24 ◦ blue 38

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

Shades of Fire Engine Red #C91826

Tints of Fire Engine Red #C91826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.13%

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

R = 76.43%
G = 9.13%
B = 14.45%

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

#C91826 (or 0xC91826) is known color: Fire Engine Red. HEX triplet: C9, 18 and 26. RGB value is (201,24,38). Sum of RGB (Red+Green+Blue) = 201+24+38=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C91826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91826 is #36E7D9. Grayscale: #4E4E4E. Windows color (decimal): -3598298 or 2496713. OLE color: 2496713.

HSL color Cylindrical-coordinate representation of color #C91826: hue angle of 355.25º degrees, saturation: 0.79, 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 #C91826 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 24 38 -
CMYK 0 0.88 0.81 0.21
HSL 355.25º 0.79% 0.44% -
HSV(B) 355.25º 0.88% 0.79% -
XYZ 24.76 13.21 3.08 -
YUV 78.52 105.14 215.36 -
System Red Green Blue C M Y K H S L
Decimal 201 24 38 0 0.88 0.81 0.21 355.25 0.79 0.44
Hex C9 18 26 0 58 51 15 163 4F 2C
Octal 311 30 46 0 130 121 25 543 117 54
Binary 11001001 11000 100110 0 1011000 1010001 10101 101100011 1001111 101100

Color Harmonies of #C91826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91826

Black with #C91826

Text Example


Text Example

White with #C91826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91826; }

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

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

background-color css

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

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

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

border-color css

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

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

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