Html Css Color HEX #C92023 Fire Engine Red

📋 copy color: '#C92023'

red 201 ◦ green 32 ◦ blue 35

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

Shades of Fire Engine Red #C92023

Tints of Fire Engine Red #C92023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.94%

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

R = 75%
G = 11.94%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C92023 (or 0xC92023) is known color: Fire Engine Red. HEX triplet: C9, 20 and 23. RGB value is (201,32,35). Sum of RGB (Red+Green+Blue) = 201+32+35=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C92023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92023 is #36DFDC. Grayscale: #535353. Windows color (decimal): -3596253 or 2302153. OLE color: 2302153.

HSL color Cylindrical-coordinate representation of color #C92023: hue angle of 358.93º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92023 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 35 -
CMYK 0 0.84 0.83 0.21
HSL 358.93º 0.73% 0.46% -
HSV(B) 358.93º 0.84% 0.79% -
XYZ 24.91 13.57 2.9 -
YUV 82.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 201 32 35 0 0.84 0.83 0.21 358.93 0.73 0.46
Hex C9 20 23 0 54 53 15 167 49 2E
Octal 311 40 43 0 124 123 25 547 111 56
Binary 11001001 100000 100011 0 1010100 1010011 10101 101100111 1001001 101110

Color Harmonies of #C92023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92023

Black with #C92023

Text Example


Text Example

White with #C92023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92023; }

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

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

background-color css

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

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

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

border-color css

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

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

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