Html Css Color HEX #CC1728 Fire Engine Red

📋 copy color: '#CC1728'

red 204 ◦ green 23 ◦ blue 40

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

Shades of Fire Engine Red #CC1728

Tints of Fire Engine Red #CC1728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 76.4%
G = 8.61%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC1728 (or 0xCC1728) is known color: Fire Engine Red. HEX triplet: CC, 17 and 28. RGB value is (204,23,40). Sum of RGB (Red+Green+Blue) = 204+23+40=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1728 is #33E8D7. Grayscale: #4F4F4F. Windows color (decimal): -3401944 or 2627532. OLE color: 2627532.

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

Color convert

RGB 204 23 40 -
CMYK 0 0.89 0.80 0.2
HSL 354.36º 0.8% 0.45% -
HSV(B) 354.36º 0.89% 0.8% -
XYZ 25.59 13.6 3.28 -
YUV 79.06 105.97 217.12 -
System Red Green Blue C M Y K H S L
Decimal 204 23 40 0 0.89 0.80 0.2 354.36 0.8 0.45
Hex CC 17 28 0 59 50 14 162 50 2D
Octal 314 27 50 0 131 120 24 542 120 55
Binary 11001100 10111 101000 0 1011001 1010000 10100 101100010 1010000 101101

Color Harmonies of #CC1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1728

Black with #CC1728

Text Example


Text Example

White with #CC1728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1728; }

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

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

background-color css

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

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

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

border-color css

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

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

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