Html Css Color HEX #CC1725 Fire Engine Red

📋 copy color: '#CC1725'

red 204 ◦ green 23 ◦ blue 37

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

Shades of Fire Engine Red #CC1725

Tints of Fire Engine Red #CC1725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.02%

R = 77.27%
G = 8.71%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC1725 (or 0xCC1725) is known color: Fire Engine Red. HEX triplet: CC, 17 and 25. RGB value is (204,23,37). Sum of RGB (Red+Green+Blue) = 204+23+37=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1725 is #33E8DA. Grayscale: #4E4E4E. Windows color (decimal): -3401947 or 2430924. OLE color: 2430924.

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

Color convert

RGB 204 23 37 -
CMYK 0 0.89 0.82 0.2
HSL 355.36º 0.8% 0.45% -
HSV(B) 355.36º 0.89% 0.8% -
XYZ 25.54 13.58 3.03 -
YUV 78.72 104.47 217.36 -
System Red Green Blue C M Y K H S L
Decimal 204 23 37 0 0.89 0.82 0.2 355.36 0.8 0.45
Hex CC 17 25 0 59 52 14 163 50 2D
Octal 314 27 45 0 131 122 24 543 120 55
Binary 11001100 10111 100101 0 1011001 1010010 10100 101100011 1010000 101101

Color Harmonies of #CC1725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1725

Black with #CC1725

Text Example


Text Example

White with #CC1725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1725; }

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

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

background-color css

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

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

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

border-color css

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

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

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