Html Css Color HEX #CC1228 Fire Engine Red

📋 copy color: '#CC1228'

red 204 ◦ green 18 ◦ blue 40

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

Shades of Fire Engine Red #CC1228

Tints of Fire Engine Red #CC1228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.27%

R = 77.86%
G = 6.87%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC1228 (or 0xCC1228) is known color: Fire Engine Red. HEX triplet: CC, 12 and 28. RGB value is (204,18,40). Sum of RGB (Red+Green+Blue) = 204+18+40=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1228 is #33EDD7. Grayscale: #4C4C4C. Windows color (decimal): -3403224 or 2626252. OLE color: 2626252.

HSL color Cylindrical-coordinate representation of color #CC1228: hue angle of 352.9º 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 #CC1228 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 40 -
CMYK 0 0.91 0.80 0.2
HSL 352.9º 0.84% 0.44% -
HSV(B) 352.9º 0.91% 0.8% -
XYZ 25.5 13.42 3.25 -
YUV 76.12 107.62 219.21 -
System Red Green Blue C M Y K H S L
Decimal 204 18 40 0 0.91 0.80 0.2 352.9 0.84 0.44
Hex CC 12 28 0 5B 50 14 161 54 2C
Octal 314 22 50 0 133 120 24 541 124 54
Binary 11001100 10010 101000 0 1011011 1010000 10100 101100001 1010100 101100

Color Harmonies of #CC1228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1228

Black with #CC1228

Text Example


Text Example

White with #CC1228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1228; }

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

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

background-color css

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

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

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

border-color css

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

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

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