Html Css Color HEX #C0191E Fire Engine Red

📋 copy color: '#C0191E'

red 192 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #C0191E

Tints of Fire Engine Red #C0191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 77.73%
G = 10.12%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0191E (or 0xC0191E) is known color: Fire Engine Red. HEX triplet: C0, 19 and 1E. RGB value is (192,25,30). Sum of RGB (Red+Green+Blue) = 192+25+30=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C0191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0191E is #3FE6E1. Grayscale: #4B4B4B. Windows color (decimal): -4187874 or 1972672. OLE color: 1972672.

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

Color convert

RGB 192 25 30 -
CMYK 0 0.87 0.84 0.25
HSL 358.2º 0.77% 0.43% -
HSV(B) 358.2º 0.87% 0.75% -
XYZ 22.32 12 2.37 -
YUV 75.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 192 25 30 0 0.87 0.84 0.25 358.2 0.77 0.43
Hex C0 19 1E 0 57 54 19 166 4D 2B
Octal 300 31 36 0 127 124 31 546 115 53
Binary 11000000 11001 11110 0 1010111 1010100 11001 101100110 1001101 101011

Color Harmonies of #C0191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0191E

Black with #C0191E

Text Example


Text Example

White with #C0191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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