#CC1F25

Color #CC1F25 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CC1F25

Tints of Fire Engine Red #CC1F25

Color information

#CC1F25 (or 0xCC1F25) is unknown color: approx Fire Engine Red. HEX triplet: CC, 1F and 25. RGB value is (204,31,37). Sum of RGB (Red+Green+Blue) = 204+31+37=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1F25 is #33E0DA. Grayscale: #535353. Windows color (decimal): -3399899 or 2432972. OLE color: 2432972.

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

Color convert

RGB2043137-
CMYK00.850.820.2
HSL357.92º73.62%46.08%-
HSV(B)357.92º84.8%80%-
XYZ25.7313.953.09-
YUV83.41101.81214.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75%
GREEN value IS 31 (12.5% from 255) = 11.40%
BLUE value IS 37 (14.84% from 255) = 13.60%
R=75%
G=11.40%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204313700.850.820.2357.9273.6246.08
HexCC1F2505552141664a2e
Octal314374501251222454611256
Binary1100110011111100101010101011010010101001011001101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1F25; }

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

 H1.HeaderClassName
 {
   color: #CC1F25;
 }
 .AnyTagClassName
 {
   color: #CC1F25;
 }
</style>
background-color css

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

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

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

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

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

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