Html Css Color HEX #CC191E Fire Engine Red

📋 copy color: '#CC191E'

red 204 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #CC191E

Tints of Fire Engine Red #CC191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.65%

 BLUE value IS 30 (12.11% from 255) = 11.58%

R = 78.76%
G = 9.65%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC191E (or 0xCC191E) is known color: Fire Engine Red. HEX triplet: CC, 19 and 1E. RGB value is (204,25,30). Sum of RGB (Red+Green+Blue) = 204+25+30=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC191E is #33E6E1. Grayscale: #4F4F4F. Windows color (decimal): -3401442 or 1972684. OLE color: 1972684.

HSL color Cylindrical-coordinate representation of color #CC191E: hue angle of 358.32º 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 #CC191E is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 25 30 -
CMYK 0 0.88 0.85 0.2
HSL 358.32º 0.78% 0.45% -
HSV(B) 358.32º 0.88% 0.8% -
XYZ 25.48 13.63 2.52 -
YUV 79.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 204 25 30 0 0.88 0.85 0.2 358.32 0.78 0.45
Hex CC 19 1E 0 58 55 14 166 4E 2D
Octal 314 31 36 0 130 125 24 546 116 55
Binary 11001100 11001 11110 0 1011000 1010101 10100 101100110 1001110 101101

Color Harmonies of #CC191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC191E

Black with #CC191E

Text Example


Text Example

White with #CC191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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