Html Css Color HEX #C0131E Fire Engine Red

📋 copy color: '#C0131E'

red 192 ◦ green 19 ◦ blue 30

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

Shades of Fire Engine Red #C0131E

Tints of Fire Engine Red #C0131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

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

R = 79.67%
G = 7.88%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0131E (or 0xC0131E) is known color: Fire Engine Red. HEX triplet: C0, 13 and 1E. RGB value is (192,19,30). Sum of RGB (Red+Green+Blue) = 192+19+30=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C0131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0131E is #3FECE1. Grayscale: #484848. Windows color (decimal): -4189410 or 1971136. OLE color: 1971136.

HSL color Cylindrical-coordinate representation of color #C0131E: hue angle of 356.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0131E is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 30 -
CMYK 0 0.90 0.84 0.25
HSL 356.19º 0.82% 0.41% -
HSV(B) 356.19º 0.9% 0.75% -
XYZ 22.21 11.77 2.33 -
YUV 71.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 192 19 30 0 0.90 0.84 0.25 356.19 0.82 0.41
Hex C0 13 1E 0 5A 54 19 164 52 29
Octal 300 23 36 0 132 124 31 544 122 51
Binary 11000000 10011 11110 0 1011010 1010100 11001 101100100 1010010 101001

Color Harmonies of #C0131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0131E

Black with #C0131E

Text Example


Text Example

White with #C0131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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