Html Css Color HEX #C0191F Fire Engine Red

📋 copy color: '#C0191F'

red 192 ◦ green 25 ◦ blue 31

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

Shades of Fire Engine Red #C0191F

Tints of Fire Engine Red #C0191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.5%

R = 77.42%
G = 10.08%
B = 12.5%

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

#C0191F (or 0xC0191F) is known color: Fire Engine Red. HEX triplet: C0, 19 and 1F. RGB value is (192,25,31). Sum of RGB (Red+Green+Blue) = 192+25+31=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C0191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0191F is #3FE6E0. Grayscale: #4B4B4B. Windows color (decimal): -4187873 or 2038208. OLE color: 2038208.

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

Color convert

RGB 192 25 31 -
CMYK 0 0.87 0.84 0.25
HSL 357.84º 0.77% 0.43% -
HSV(B) 357.84º 0.87% 0.75% -
XYZ 22.33 12 2.44 -
YUV 75.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 192 25 31 0 0.87 0.84 0.25 357.84 0.77 0.43
Hex C0 19 1F 0 57 54 19 166 4D 2B
Octal 300 31 37 0 127 124 31 546 115 53
Binary 11000000 11001 11111 0 1010111 1010100 11001 101100110 1001101 101011

Color Harmonies of #C0191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0191F

Black with #C0191F

Text Example


Text Example

White with #C0191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0191F; }

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

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

background-color css

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

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

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

border-color css

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

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

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