Html Css Color HEX #CC1125 Fire Engine Red

📋 copy color: '#CC1125'

red 204 ◦ green 17 ◦ blue 37

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

Shades of Fire Engine Red #CC1125

Tints of Fire Engine Red #CC1125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.59%

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

R = 79.07%
G = 6.59%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC1125 (or 0xCC1125) is known color: Fire Engine Red. HEX triplet: CC, 11 and 25. RGB value is (204,17,37). Sum of RGB (Red+Green+Blue) = 204+17+37=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1125 is #33EEDA. Grayscale: #4B4B4B. Windows color (decimal): -3403483 or 2429388. OLE color: 2429388.

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

Color convert

RGB 204 17 37 -
CMYK 0 0.92 0.82 0.2
HSL 353.58º 0.85% 0.43% -
HSV(B) 353.58º 0.92% 0.8% -
XYZ 25.44 13.37 2.99 -
YUV 75.19 106.45 219.87 -
System Red Green Blue C M Y K H S L
Decimal 204 17 37 0 0.92 0.82 0.2 353.58 0.85 0.43
Hex CC 11 25 0 5C 52 14 162 55 2B
Octal 314 21 45 0 134 122 24 542 125 53
Binary 11001100 10001 100101 0 1011100 1010010 10100 101100010 1010101 101011

Color Harmonies of #CC1125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1125

Black with #CC1125

Text Example


Text Example

White with #CC1125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1125; }

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

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

background-color css

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

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

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

border-color css

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

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

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