#cc191d

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

Shades of Fire Engine Red #CC191D

Tints of Fire Engine Red #CC191D

Color information

#CC191D (or 0xCC191D) is unknown color: approx Fire Engine Red. HEX triplet: CC, 19 and 1D. RGB value is (204,25,29). Sum of RGB (Red+Green+Blue) = 204+25+29=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC191D is #33E6E2. Grayscale: #4F4F4F. Windows color (decimal): -3401443 or 1907148. OLE color: 1907148.

HSL color Cylindrical-coordinate representation of color #CC191D: hue angle of 358.66º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC191D is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB2042529-
CMYK00.880.860.2
HSL358.66º78.17%44.9%-
HSV(B)358.66º87.75%80%-
XYZ25.4713.622.45-
YUV78.9899.8217.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 79.07%
GREEN value IS 25 (10.16% from 255) = 9.69%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=79.07%
G=9.69%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204252900.880.860.2358.6678.1744.9
HexCC191D05856141674e2d
Octal314313501301262454711655
Binary110011001100111101010110001010110101001011001111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc191d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc191d; }

 p { color: rgb(204,25,29); }

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

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

 a { background-color: rgb(204,25,29); }

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

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

 span { border-color: rgb(204,25,29); }

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