Html Css Color HEX #CC192E Fire Engine Red

📋 copy color: '#CC192E'

red 204 ◦ green 25 ◦ blue 46

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

Shades of Fire Engine Red #CC192E

Tints of Fire Engine Red #CC192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 74.18%
G = 9.09%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC192E (or 0xCC192E) is known color: Fire Engine Red. HEX triplet: CC, 19 and 2E. RGB value is (204,25,46). Sum of RGB (Red+Green+Blue) = 204+25+46=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC192E is #33E6D1. Grayscale: #515151. Windows color (decimal): -3401426 or 3021260. OLE color: 3021260.

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

Color convert

RGB 204 25 46 -
CMYK 0 0.88 0.77 0.2
HSL 352.96º 0.78% 0.45% -
HSV(B) 352.96º 0.88% 0.8% -
XYZ 25.74 13.73 3.88 -
YUV 80.92 108.3 215.79 -
System Red Green Blue C M Y K H S L
Decimal 204 25 46 0 0.88 0.77 0.2 352.96 0.78 0.45
Hex CC 19 2E 0 58 4D 14 161 4E 2D
Octal 314 31 56 0 130 115 24 541 116 55
Binary 11001100 11001 101110 0 1011000 1001101 10100 101100001 1001110 101101

Color Harmonies of #CC192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC192E

Black with #CC192E

Text Example


Text Example

White with #CC192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC192E; }

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

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

background-color css

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

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

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

border-color css

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

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

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