Html Css Color HEX #CC092A Fire Engine Red

📋 copy color: '#CC092A'

red 204 ◦ green 9 ◦ blue 42

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

Shades of Fire Engine Red #CC092A

Tints of Fire Engine Red #CC092A

RGB

 RED value IS 204 (80.08% from 255) = 80%

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

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 80%
G = 3.53%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC092A (or 0xCC092A) is known color: Fire Engine Red. HEX triplet: CC, 09 and 2A. RGB value is (204,9,42). Sum of RGB (Red+Green+Blue) = 204+9+42=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC092A is #33F6D5. Grayscale: #474747. Windows color (decimal): -3405526 or 2755020. OLE color: 2755020.

HSL color Cylindrical-coordinate representation of color #CC092A: hue angle of 349.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC092A is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 9 42 -
CMYK 0 0.96 0.79 0.2
HSL 349.85º 0.92% 0.42% -
HSV(B) 349.85º 0.96% 0.8% -
XYZ 25.42 13.2 3.4 -
YUV 71.07 111.6 222.82 -
System Red Green Blue C M Y K H S L
Decimal 204 9 42 0 0.96 0.79 0.2 349.85 0.92 0.42
Hex CC 9 2A 0 60 4F 14 15E 5C 2A
Octal 314 11 52 0 140 117 24 536 134 52
Binary 11001100 1001 101010 0 1100000 1001111 10100 101011110 1011100 101010

Color Harmonies of #CC092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC092A

Black with #CC092A

Text Example


Text Example

White with #CC092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC092A; }

 p { color: rgb(204,9,42); }

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

background-color css

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

 a { background-color: rgb(204,9,42); }

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

border-color css

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

 span { border-color: rgb(204,9,42); }

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