Html Css Color HEX #C0191C Fire Engine Red

📋 copy color: '#C0191C'

red 192 ◦ green 25 ◦ blue 28

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

Shades of Fire Engine Red #C0191C

Tints of Fire Engine Red #C0191C

RGB

 RED value IS 192 (75.39% from 255) = 78.37%

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

 BLUE value IS 28 (11.33% from 255) = 11.43%

R = 78.37%
G = 10.2%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0191C (or 0xC0191C) is known color: Fire Engine Red. HEX triplet: C0, 19 and 1C. RGB value is (192,25,28). Sum of RGB (Red+Green+Blue) = 192+25+28=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C0191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0191C is #3FE6E3. Grayscale: #4B4B4B. Windows color (decimal): -4187876 or 1841600. OLE color: 1841600.

HSL color Cylindrical-coordinate representation of color #C0191C: hue angle of 358.92º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0191C is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 28 -
CMYK 0 0.87 0.85 0.25
HSL 358.92º 0.77% 0.43% -
HSV(B) 358.92º 0.87% 0.75% -
XYZ 22.3 11.99 2.24 -
YUV 75.28 101.33 211.26 -
System Red Green Blue C M Y K H S L
Decimal 192 25 28 0 0.87 0.85 0.25 358.92 0.77 0.43
Hex C0 19 1C 0 57 55 19 167 4D 2B
Octal 300 31 34 0 127 125 31 547 115 53
Binary 11000000 11001 11100 0 1010111 1010101 11001 101100111 1001101 101011

Color Harmonies of #C0191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0191C

Black with #C0191C

Text Example


Text Example

White with #C0191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0191C; }

 p { color: rgb(192,25,28); }

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

background-color css

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

 a { background-color: rgb(192,25,28); }

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

border-color css

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

 span { border-color: rgb(192,25,28); }

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