Html Css Color HEX #CC2125 Fire Engine Red

📋 copy color: '#CC2125'

red 204 ◦ green 33 ◦ blue 37

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

Shades of Fire Engine Red #CC2125

Tints of Fire Engine Red #CC2125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.04%

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

R = 74.45%
G = 12.04%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC2125 (or 0xCC2125) is known color: Fire Engine Red. HEX triplet: CC, 21 and 25. RGB value is (204,33,37). Sum of RGB (Red+Green+Blue) = 204+33+37=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2125 is #33DEDA. Grayscale: #545454. Windows color (decimal): -3399387 or 2433484. OLE color: 2433484.

HSL color Cylindrical-coordinate representation of color #CC2125: hue angle of 358.6º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2125 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 37 -
CMYK 0 0.84 0.82 0.2
HSL 358.6º 0.72% 0.46% -
HSV(B) 358.6º 0.84% 0.8% -
XYZ 25.78 14.06 3.11 -
YUV 84.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 204 33 37 0 0.84 0.82 0.2 358.6 0.72 0.46
Hex CC 21 25 0 54 52 14 167 48 2E
Octal 314 41 45 0 124 122 24 547 110 56
Binary 11001100 100001 100101 0 1010100 1010010 10100 101100111 1001000 101110

Color Harmonies of #CC2125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2125

Black with #CC2125

Text Example


Text Example

White with #CC2125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2125; }

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

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

background-color css

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

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

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

border-color css

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

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

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