Html Css Color HEX #CC1222 Fire Engine Red

📋 copy color: '#CC1222'

red 204 ◦ green 18 ◦ blue 34

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

Shades of Fire Engine Red #CC1222

Tints of Fire Engine Red #CC1222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.03%

 BLUE value IS 34 (13.67% from 255) = 13.28%

R = 79.69%
G = 7.03%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC1222 (or 0xCC1222) is known color: Fire Engine Red. HEX triplet: CC, 12 and 22. RGB value is (204,18,34). Sum of RGB (Red+Green+Blue) = 204+18+34=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1222 is #33EDDD. Grayscale: #4B4B4B. Windows color (decimal): -3403230 or 2233036. OLE color: 2233036.

HSL color Cylindrical-coordinate representation of color #CC1222: hue angle of 354.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1222 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 34 -
CMYK 0 0.91 0.83 0.2
HSL 354.84º 0.84% 0.44% -
HSV(B) 354.84º 0.91% 0.8% -
XYZ 25.41 13.39 2.76 -
YUV 75.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 204 18 34 0 0.91 0.83 0.2 354.84 0.84 0.44
Hex CC 12 22 0 5B 53 14 163 54 2C
Octal 314 22 42 0 133 123 24 543 124 54
Binary 11001100 10010 100010 0 1011011 1010011 10100 101100011 1010100 101100

Color Harmonies of #CC1222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1222

Black with #CC1222

Text Example


Text Example

White with #CC1222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1222; }

 p { color: rgb(204,18,34); }

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

background-color css

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

 a { background-color: rgb(204,18,34); }

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

border-color css

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

 span { border-color: rgb(204,18,34); }

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