Html Css Color HEX #CC0C2E Fire Engine Red

📋 copy color: '#CC0C2E'

red 204 ◦ green 12 ◦ blue 46

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

Shades of Fire Engine Red #CC0C2E

Tints of Fire Engine Red #CC0C2E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.58%

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

R = 77.86%
G = 4.58%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC0C2E (or 0xCC0C2E) is known color: Fire Engine Red. HEX triplet: CC, 0C and 2E. RGB value is (204,12,46). Sum of RGB (Red+Green+Blue) = 204+12+46=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C2E is #33F3D1. Grayscale: #494949. Windows color (decimal): -3404754 or 3017932. OLE color: 3017932.

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

Color convert

RGB 204 12 46 -
CMYK 0 0.94 0.77 0.2
HSL 349.38º 0.89% 0.42% -
HSV(B) 349.38º 0.94% 0.8% -
XYZ 25.53 13.3 3.81 -
YUV 73.28 112.61 221.24 -
System Red Green Blue C M Y K H S L
Decimal 204 12 46 0 0.94 0.77 0.2 349.38 0.89 0.42
Hex CC C 2E 0 5E 4D 14 15D 59 2A
Octal 314 14 56 0 136 115 24 535 131 52
Binary 11001100 1100 101110 0 1011110 1001101 10100 101011101 1011001 101010

Color Harmonies of #CC0C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0C2E

Black with #CC0C2E

Text Example


Text Example

White with #CC0C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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