Html Css Color HEX #CC191B Fire Engine Red

📋 copy color: '#CC191B'

red 204 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #CC191B

Tints of Fire Engine Red #CC191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 79.69%
G = 9.77%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC191B (or 0xCC191B) is known color: Fire Engine Red. HEX triplet: CC, 19 and 1B. RGB value is (204,25,27). Sum of RGB (Red+Green+Blue) = 204+25+27=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC191B is #33E6E4. Grayscale: #4E4E4E. Windows color (decimal): -3401445 or 1776076. OLE color: 1776076.

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

Color convert

RGB 204 25 27 -
CMYK 0 0.88 0.87 0.2
HSL 359.33º 0.78% 0.45% -
HSV(B) 359.33º 0.88% 0.8% -
XYZ 25.45 13.61 2.32 -
YUV 78.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 204 25 27 0 0.88 0.87 0.2 359.33 0.78 0.45
Hex CC 19 1B 0 58 57 14 167 4E 2D
Octal 314 31 33 0 130 127 24 547 116 55
Binary 11001100 11001 11011 0 1011000 1010111 10100 101100111 1001110 101101

Color Harmonies of #CC191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC191B

Black with #CC191B

Text Example


Text Example

White with #CC191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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