Html Css Color HEX #CC1927 Fire Engine Red

📋 copy color: '#CC1927'

red 204 ◦ green 25 ◦ blue 39

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

Shades of Fire Engine Red #CC1927

Tints of Fire Engine Red #CC1927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.33%

 BLUE value IS 39 (15.63% from 255) = 14.55%

R = 76.12%
G = 9.33%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC1927 (or 0xCC1927) is known color: Fire Engine Red. HEX triplet: CC, 19 and 27. RGB value is (204,25,39). Sum of RGB (Red+Green+Blue) = 204+25+39=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1927 is #33E6D8. Grayscale: #505050. Windows color (decimal): -3401433 or 2562508. OLE color: 2562508.

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

Color convert

RGB 204 25 39 -
CMYK 0 0.88 0.81 0.2
HSL 355.31º 0.78% 0.45% -
HSV(B) 355.31º 0.88% 0.8% -
XYZ 25.62 13.68 3.21 -
YUV 80.12 104.8 216.36 -
System Red Green Blue C M Y K H S L
Decimal 204 25 39 0 0.88 0.81 0.2 355.31 0.78 0.45
Hex CC 19 27 0 58 51 14 163 4E 2D
Octal 314 31 47 0 130 121 24 543 116 55
Binary 11001100 11001 100111 0 1011000 1010001 10100 101100011 1001110 101101

Color Harmonies of #CC1927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1927

Black with #CC1927

Text Example


Text Example

White with #CC1927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1927; }

 p { color: rgb(204,25,39); }

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

background-color css

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

 a { background-color: rgb(204,25,39); }

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

border-color css

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

 span { border-color: rgb(204,25,39); }

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