Html Css Color HEX #CC1B29 Fire Engine Red

📋 copy color: '#CC1B29'

red 204 ◦ green 27 ◦ blue 41

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

Shades of Fire Engine Red #CC1B29

Tints of Fire Engine Red #CC1B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.93%

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

R = 75%
G = 9.93%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC1B29 (or 0xCC1B29) is known color: Fire Engine Red. HEX triplet: CC, 1B and 29. RGB value is (204,27,41). Sum of RGB (Red+Green+Blue) = 204+27+41=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1B29 is #33E4D6. Grayscale: #515151. Windows color (decimal): -3400919 or 2694092. OLE color: 2694092.

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

Color convert

RGB 204 27 41 -
CMYK 0 0.87 0.80 0.2
HSL 355.25º 0.77% 0.45% -
HSV(B) 355.25º 0.87% 0.8% -
XYZ 25.69 13.78 3.4 -
YUV 81.52 105.14 215.36 -
System Red Green Blue C M Y K H S L
Decimal 204 27 41 0 0.87 0.80 0.2 355.25 0.77 0.45
Hex CC 1B 29 0 57 50 14 163 4D 2D
Octal 314 33 51 0 127 120 24 543 115 55
Binary 11001100 11011 101001 0 1010111 1010000 10100 101100011 1001101 101101

Color Harmonies of #CC1B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1B29

Black with #CC1B29

Text Example


Text Example

White with #CC1B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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