Html Css Color HEX #C0092C Fire Engine Red

📋 copy color: '#C0092C'

red 192 ◦ green 9 ◦ blue 44

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

Shades of Fire Engine Red #C0092C

Tints of Fire Engine Red #C0092C

RGB

 RED value IS 192 (75.39% from 255) = 78.37%

 GREEN value IS 9 (3.91% from 255) = 3.67%

 BLUE value IS 44 (17.58% from 255) = 17.96%

R = 78.37%
G = 3.67%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0092C (or 0xC0092C) is known color: Fire Engine Red. HEX triplet: C0, 09 and 2C. RGB value is (192,9,44). Sum of RGB (Red+Green+Blue) = 192+9+44=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C0092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0092C is #3FF6D3. Grayscale: #434343. Windows color (decimal): -4191956 or 2886080. OLE color: 2886080.

HSL color Cylindrical-coordinate representation of color #C0092C: hue angle of 348.52º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0092C is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 44 -
CMYK 0 0.95 0.77 0.25
HSL 348.52º 0.91% 0.39% -
HSV(B) 348.52º 0.95% 0.75% -
XYZ 22.29 11.58 3.44 -
YUV 67.71 114.63 216.65 -
System Red Green Blue C M Y K H S L
Decimal 192 9 44 0 0.95 0.77 0.25 348.52 0.91 0.39
Hex C0 9 2C 0 5F 4D 19 15D 5B 27
Octal 300 11 54 0 137 115 31 535 133 47
Binary 11000000 1001 101100 0 1011111 1001101 11001 101011101 1011011 100111

Color Harmonies of #C0092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0092C

Black with #C0092C

Text Example


Text Example

White with #C0092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0092C; }

 p { color: rgb(192,9,44); }

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

background-color css

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

 a { background-color: rgb(192,9,44); }

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

border-color css

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

 span { border-color: rgb(192,9,44); }

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