Html Css Color HEX #CC0B2B Fire Engine Red

📋 copy color: '#CC0B2B'

red 204 ◦ green 11 ◦ blue 43

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

Shades of Fire Engine Red #CC0B2B

Tints of Fire Engine Red #CC0B2B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.26%

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

R = 79.07%
G = 4.26%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC0B2B (or 0xCC0B2B) is known color: Fire Engine Red. HEX triplet: CC, 0B and 2B. RGB value is (204,11,43). Sum of RGB (Red+Green+Blue) = 204+11+43=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0B2B is #33F4D4. Grayscale: #484848. Windows color (decimal): -3405013 or 2821068. OLE color: 2821068.

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

Color convert

RGB 204 11 43 -
CMYK 0 0.95 0.79 0.2
HSL 350.05º 0.9% 0.42% -
HSV(B) 350.05º 0.95% 0.8% -
XYZ 25.46 13.25 3.5 -
YUV 72.36 111.44 221.9 -
System Red Green Blue C M Y K H S L
Decimal 204 11 43 0 0.95 0.79 0.2 350.05 0.9 0.42
Hex CC B 2B 0 5F 4F 14 15E 5A 2A
Octal 314 13 53 0 137 117 24 536 132 52
Binary 11001100 1011 101011 0 1011111 1001111 10100 101011110 1011010 101010

Color Harmonies of #CC0B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0B2B

Black with #CC0B2B

Text Example


Text Example

White with #CC0B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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