Html Css Color HEX #CC1727 Fire Engine Red

📋 copy color: '#CC1727'

red 204 ◦ green 23 ◦ blue 39

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

Shades of Fire Engine Red #CC1727

Tints of Fire Engine Red #CC1727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

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

R = 76.69%
G = 8.65%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC1727 (or 0xCC1727) is known color: Fire Engine Red. HEX triplet: CC, 17 and 27. RGB value is (204,23,39). Sum of RGB (Red+Green+Blue) = 204+23+39=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1727 is #33E8D8. Grayscale: #4F4F4F. Windows color (decimal): -3401945 or 2561996. OLE color: 2561996.

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

Color convert

RGB 204 23 39 -
CMYK 0 0.89 0.81 0.2
HSL 354.7º 0.8% 0.45% -
HSV(B) 354.7º 0.89% 0.8% -
XYZ 25.57 13.6 3.2 -
YUV 78.94 105.47 217.2 -
System Red Green Blue C M Y K H S L
Decimal 204 23 39 0 0.89 0.81 0.2 354.7 0.8 0.45
Hex CC 17 27 0 59 51 14 163 50 2D
Octal 314 27 47 0 131 121 24 543 120 55
Binary 11001100 10111 100111 0 1011001 1010001 10100 101100011 1010000 101101

Color Harmonies of #CC1727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1727

Black with #CC1727

Text Example


Text Example

White with #CC1727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1727; }

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

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

background-color css

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

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

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

border-color css

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

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

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