Html Css Color HEX #CC1726 Fire Engine Red

📋 copy color: '#CC1726'

red 204 ◦ green 23 ◦ blue 38

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

Shades of Fire Engine Red #CC1726

Tints of Fire Engine Red #CC1726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 76.98%
G = 8.68%
B = 14.34%

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

#CC1726 (or 0xCC1726) is known color: Fire Engine Red. HEX triplet: CC, 17 and 26. RGB value is (204,23,38). Sum of RGB (Red+Green+Blue) = 204+23+38=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1726 is #33E8D9. Grayscale: #4E4E4E. Windows color (decimal): -3401946 or 2496460. OLE color: 2496460.

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

Color convert

RGB 204 23 38 -
CMYK 0 0.89 0.81 0.2
HSL 355.03º 0.8% 0.45% -
HSV(B) 355.03º 0.89% 0.8% -
XYZ 25.56 13.59 3.11 -
YUV 78.83 104.97 217.28 -
System Red Green Blue C M Y K H S L
Decimal 204 23 38 0 0.89 0.81 0.2 355.03 0.8 0.45
Hex CC 17 26 0 59 51 14 163 50 2D
Octal 314 27 46 0 131 121 24 543 120 55
Binary 11001100 10111 100110 0 1011001 1010001 10100 101100011 1010000 101101

Color Harmonies of #CC1726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1726

Black with #CC1726

Text Example


Text Example

White with #CC1726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1726; }

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

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

background-color css

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

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

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

border-color css

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

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

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