Html Css Color HEX #CC1429 Fire Engine Red

📋 copy color: '#CC1429'

red 204 ◦ green 20 ◦ blue 41

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

Shades of Fire Engine Red #CC1429

Tints of Fire Engine Red #CC1429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 76.98%
G = 7.55%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC1429 (or 0xCC1429) is known color: Fire Engine Red. HEX triplet: CC, 14 and 29. RGB value is (204,20,41). Sum of RGB (Red+Green+Blue) = 204+20+41=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1429 is #33EBD6. Grayscale: #4D4D4D. Windows color (decimal): -3402711 or 2692300. OLE color: 2692300.

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

Color convert

RGB 204 20 41 -
CMYK 0 0.90 0.80 0.2
HSL 353.15º 0.82% 0.44% -
HSV(B) 353.15º 0.9% 0.8% -
XYZ 25.55 13.5 3.36 -
YUV 77.41 107.46 218.29 -
System Red Green Blue C M Y K H S L
Decimal 204 20 41 0 0.90 0.80 0.2 353.15 0.82 0.44
Hex CC 14 29 0 5A 50 14 161 52 2C
Octal 314 24 51 0 132 120 24 541 122 54
Binary 11001100 10100 101001 0 1011010 1010000 10100 101100001 1010010 101100

Color Harmonies of #CC1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1429

Black with #CC1429

Text Example


Text Example

White with #CC1429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1429; }

 p { color: rgb(204,20,41); }

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

background-color css

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

 a { background-color: rgb(204,20,41); }

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

border-color css

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

 span { border-color: rgb(204,20,41); }

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