Html Css Color HEX #CC192B Fire Engine Red

📋 copy color: '#CC192B'

red 204 ◦ green 25 ◦ blue 43

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

Shades of Fire Engine Red #CC192B

Tints of Fire Engine Red #CC192B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 75%
G = 9.19%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC192B (or 0xCC192B) is known color: Fire Engine Red. HEX triplet: CC, 19 and 2B. RGB value is (204,25,43). Sum of RGB (Red+Green+Blue) = 204+25+43=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC192B is #33E6D4. Grayscale: #505050. Windows color (decimal): -3401429 or 2824652. OLE color: 2824652.

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

Color convert

RGB 204 25 43 -
CMYK 0 0.88 0.79 0.2
HSL 353.97º 0.78% 0.45% -
HSV(B) 353.97º 0.88% 0.8% -
XYZ 25.69 13.71 3.58 -
YUV 80.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 204 25 43 0 0.88 0.79 0.2 353.97 0.78 0.45
Hex CC 19 2B 0 58 4F 14 162 4E 2D
Octal 314 31 53 0 130 117 24 542 116 55
Binary 11001100 11001 101011 0 1011000 1001111 10100 101100010 1001110 101101

Color Harmonies of #CC192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC192B

Black with #CC192B

Text Example


Text Example

White with #CC192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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