Html Css Color HEX #CC092B Fire Engine Red

📋 copy color: '#CC092B'

red 204 ◦ green 9 ◦ blue 43

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

Shades of Fire Engine Red #CC092B

Tints of Fire Engine Red #CC092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 79.69%
G = 3.52%
B = 16.8%

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

#CC092B (or 0xCC092B) is known color: Fire Engine Red. HEX triplet: CC, 09 and 2B. RGB value is (204,9,43). Sum of RGB (Red+Green+Blue) = 204+9+43=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC092B is #33F6D4. Grayscale: #474747. Windows color (decimal): -3405525 or 2820556. OLE color: 2820556.

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

Color convert

RGB 204 9 43 -
CMYK 0 0.96 0.79 0.2
HSL 349.54º 0.92% 0.42% -
HSV(B) 349.54º 0.96% 0.8% -
XYZ 25.44 13.21 3.49 -
YUV 71.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 204 9 43 0 0.96 0.79 0.2 349.54 0.92 0.42
Hex CC 9 2B 0 60 4F 14 15E 5C 2A
Octal 314 11 53 0 140 117 24 536 134 52
Binary 11001100 1001 101011 0 1100000 1001111 10100 101011110 1011100 101010

Color Harmonies of #CC092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC092B

Black with #CC092B

Text Example


Text Example

White with #CC092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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