Html Css Color HEX #C91423 Fire Engine Red

📋 copy color: '#C91423'

red 201 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #C91423

Tints of Fire Engine Red #C91423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.81%

 BLUE value IS 35 (14.06% from 255) = 13.67%

R = 78.52%
G = 7.81%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C91423 (or 0xC91423) is known color: Fire Engine Red. HEX triplet: C9, 14 and 23. RGB value is (201,20,35). Sum of RGB (Red+Green+Blue) = 201+20+35=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C91423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91423 is #36EBDC. Grayscale: #4B4B4B. Windows color (decimal): -3599325 or 2299081. OLE color: 2299081.

HSL color Cylindrical-coordinate representation of color #C91423: hue angle of 355.03º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91423 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 20 35 -
CMYK 0 0.90 0.83 0.21
HSL 355.03º 0.82% 0.43% -
HSV(B) 355.03º 0.9% 0.79% -
XYZ 24.64 13.04 2.81 -
YUV 75.83 104.97 217.28 -
System Red Green Blue C M Y K H S L
Decimal 201 20 35 0 0.90 0.83 0.21 355.03 0.82 0.43
Hex C9 14 23 0 5A 53 15 163 52 2B
Octal 311 24 43 0 132 123 25 543 122 53
Binary 11001001 10100 100011 0 1011010 1010011 10101 101100011 1010010 101011

Color Harmonies of #C91423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91423

Black with #C91423

Text Example


Text Example

White with #C91423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91423; }

 p { color: rgb(201,20,35); }

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

background-color css

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

 a { background-color: rgb(201,20,35); }

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

border-color css

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

 span { border-color: rgb(201,20,35); }

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