Html Css Color HEX #CC1D29 Fire Engine Red

📋 copy color: '#CC1D29'

red 204 ◦ green 29 ◦ blue 41

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

Shades of Fire Engine Red #CC1D29

Tints of Fire Engine Red #CC1D29

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.58%

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

R = 74.45%
G = 10.58%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC1D29 (or 0xCC1D29) is known color: Fire Engine Red. HEX triplet: CC, 1D and 29. RGB value is (204,29,41). Sum of RGB (Red+Green+Blue) = 204+29+41=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1D29 is #33E2D6. Grayscale: #525252. Windows color (decimal): -3400407 or 2694604. OLE color: 2694604.

HSL color Cylindrical-coordinate representation of color #CC1D29: hue angle of 355.89º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1D29 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 29 41 -
CMYK 0 0.86 0.80 0.2
HSL 355.89º 0.75% 0.46% -
HSV(B) 355.89º 0.86% 0.8% -
XYZ 25.74 13.88 3.42 -
YUV 82.69 104.48 214.52 -
System Red Green Blue C M Y K H S L
Decimal 204 29 41 0 0.86 0.80 0.2 355.89 0.75 0.46
Hex CC 1D 29 0 56 50 14 164 4B 2E
Octal 314 35 51 0 126 120 24 544 113 56
Binary 11001100 11101 101001 0 1010110 1010000 10100 101100100 1001011 101110

Color Harmonies of #CC1D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D29

Black with #CC1D29

Text Example


Text Example

White with #CC1D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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