Html Css Color HEX #CC1122 Fire Engine Red

📋 copy color: '#CC1122'

red 204 ◦ green 17 ◦ blue 34

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

Shades of Fire Engine Red #CC1122

Tints of Fire Engine Red #CC1122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 80%
G = 6.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC1122 (or 0xCC1122) is known color: Fire Engine Red. HEX triplet: CC, 11 and 22. RGB value is (204,17,34). Sum of RGB (Red+Green+Blue) = 204+17+34=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1122 is #33EEDD. Grayscale: #4A4A4A. Windows color (decimal): -3403486 or 2232780. OLE color: 2232780.

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

Color convert

RGB 204 17 34 -
CMYK 0 0.92 0.83 0.2
HSL 354.55º 0.85% 0.43% -
HSV(B) 354.55º 0.92% 0.8% -
XYZ 25.39 13.35 2.75 -
YUV 74.85 104.95 220.12 -
System Red Green Blue C M Y K H S L
Decimal 204 17 34 0 0.92 0.83 0.2 354.55 0.85 0.43
Hex CC 11 22 0 5C 53 14 163 55 2B
Octal 314 21 42 0 134 123 24 543 125 53
Binary 11001100 10001 100010 0 1011100 1010011 10100 101100011 1010101 101011

Color Harmonies of #CC1122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1122

Black with #CC1122

Text Example


Text Example

White with #CC1122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1122; }

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

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

background-color css

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

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

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

border-color css

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

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

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