Html Css Color HEX #CC092E Fire Engine Red

📋 copy color: '#CC092E'

red 204 ◦ green 9 ◦ blue 46

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

Shades of Fire Engine Red #CC092E

Tints of Fire Engine Red #CC092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.76%

R = 78.76%
G = 3.47%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC092E (or 0xCC092E) is known color: Fire Engine Red. HEX triplet: CC, 09 and 2E. RGB value is (204,9,46). Sum of RGB (Red+Green+Blue) = 204+9+46=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC092E is #33F6D1. Grayscale: #474747. Windows color (decimal): -3405522 or 3017164. OLE color: 3017164.

HSL color Cylindrical-coordinate representation of color #CC092E: hue angle of 348.62º 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 #CC092E is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 9 46 -
CMYK 0 0.96 0.77 0.2
HSL 348.62º 0.92% 0.42% -
HSV(B) 348.62º 0.96% 0.8% -
XYZ 25.49 13.23 3.79 -
YUV 71.52 113.6 222.49 -
System Red Green Blue C M Y K H S L
Decimal 204 9 46 0 0.96 0.77 0.2 348.62 0.92 0.42
Hex CC 9 2E 0 60 4D 14 15D 5C 2A
Octal 314 11 56 0 140 115 24 535 134 52
Binary 11001100 1001 101110 0 1100000 1001101 10100 101011101 1011100 101010

Color Harmonies of #CC092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC092E

Black with #CC092E

Text Example


Text Example

White with #CC092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC092E; }

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

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

background-color css

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

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

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

border-color css

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

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

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