Html Css Color HEX #CC192C Fire Engine Red

📋 copy color: '#CC192C'

red 204 ◦ green 25 ◦ blue 44

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

Shades of Fire Engine Red #CC192C

Tints of Fire Engine Red #CC192C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 74.73%
G = 9.16%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC192C (or 0xCC192C) is known color: Fire Engine Red. HEX triplet: CC, 19 and 2C. RGB value is (204,25,44). Sum of RGB (Red+Green+Blue) = 204+25+44=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC192C is #33E6D3. Grayscale: #505050. Windows color (decimal): -3401428 or 2890188. OLE color: 2890188.

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

Color convert

RGB 204 25 44 -
CMYK 0 0.88 0.78 0.2
HSL 353.63º 0.78% 0.45% -
HSV(B) 353.63º 0.88% 0.8% -
XYZ 25.7 13.71 3.68 -
YUV 80.69 107.3 215.96 -
System Red Green Blue C M Y K H S L
Decimal 204 25 44 0 0.88 0.78 0.2 353.63 0.78 0.45
Hex CC 19 2C 0 58 4E 14 162 4E 2D
Octal 314 31 54 0 130 116 24 542 116 55
Binary 11001100 11001 101100 0 1011000 1001110 10100 101100010 1001110 101101

Color Harmonies of #CC192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC192C

Black with #CC192C

Text Example


Text Example

White with #CC192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC192C; }

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

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

background-color css

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

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

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

border-color css

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

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

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