Html Css Color HEX #CC1529 Fire Engine Red

📋 copy color: '#CC1529'

red 204 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #CC1529

Tints of Fire Engine Red #CC1529

RGB

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

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

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

R = 76.69%
G = 7.89%
B = 15.41%

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

#CC1529 (or 0xCC1529) is known color: Fire Engine Red. HEX triplet: CC, 15 and 29. RGB value is (204,21,41). Sum of RGB (Red+Green+Blue) = 204+21+41=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1529 is #33EAD6. Grayscale: #4E4E4E. Windows color (decimal): -3402455 or 2692556. OLE color: 2692556.

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

Color convert

RGB 204 21 41 -
CMYK 0 0.90 0.80 0.2
HSL 353.44º 0.81% 0.44% -
HSV(B) 353.44º 0.9% 0.8% -
XYZ 25.57 13.53 3.36 -
YUV 78 107.13 217.87 -
System Red Green Blue C M Y K H S L
Decimal 204 21 41 0 0.90 0.80 0.2 353.44 0.81 0.44
Hex CC 15 29 0 5A 50 14 161 51 2C
Octal 314 25 51 0 132 120 24 541 121 54
Binary 11001100 10101 101001 0 1011010 1010000 10100 101100001 1010001 101100

Color Harmonies of #CC1529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1529

Black with #CC1529

Text Example


Text Example

White with #CC1529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1529; }

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

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

background-color css

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

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

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

border-color css

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

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

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