Html Css Color HEX #CC1522 Fire Engine Red

📋 copy color: '#CC1522'

red 204 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #CC1522

Tints of Fire Engine Red #CC1522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

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

R = 78.76%
G = 8.11%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC1522 (or 0xCC1522) is known color: Fire Engine Red. HEX triplet: CC, 15 and 22. RGB value is (204,21,34). Sum of RGB (Red+Green+Blue) = 204+21+34=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1522 is #33EADD. Grayscale: #4D4D4D. Windows color (decimal): -3402462 or 2233804. OLE color: 2233804.

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

Color convert

RGB 204 21 34 -
CMYK 0 0.90 0.83 0.2
HSL 355.74º 0.81% 0.44% -
HSV(B) 355.74º 0.9% 0.8% -
XYZ 25.46 13.49 2.78 -
YUV 77.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 204 21 34 0 0.90 0.83 0.2 355.74 0.81 0.44
Hex CC 15 22 0 5A 53 14 164 51 2C
Octal 314 25 42 0 132 123 24 544 121 54
Binary 11001100 10101 100010 0 1011010 1010011 10100 101100100 1010001 101100

Color Harmonies of #CC1522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1522

Black with #CC1522

Text Example


Text Example

White with #CC1522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1522; }

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

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

background-color css

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

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

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

border-color css

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

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

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