Html Css Color HEX #C0131C Fire Engine Red

📋 copy color: '#C0131C'

red 192 ◦ green 19 ◦ blue 28

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

Shades of Fire Engine Red #C0131C

Tints of Fire Engine Red #C0131C

RGB

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

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

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

R = 80.33%
G = 7.95%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0131C (or 0xC0131C) is known color: Fire Engine Red. HEX triplet: C0, 13 and 1C. RGB value is (192,19,28). Sum of RGB (Red+Green+Blue) = 192+19+28=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C0131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0131C is #3FECE3. Grayscale: #474747. Windows color (decimal): -4189412 or 1840064. OLE color: 1840064.

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

Color convert

RGB 192 19 28 -
CMYK 0 0.90 0.85 0.25
HSL 356.88º 0.82% 0.41% -
HSV(B) 356.88º 0.9% 0.75% -
XYZ 22.18 11.76 2.2 -
YUV 71.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 192 19 28 0 0.90 0.85 0.25 356.88 0.82 0.41
Hex C0 13 1C 0 5A 55 19 165 52 29
Octal 300 23 34 0 132 125 31 545 122 51
Binary 11000000 10011 11100 0 1011010 1010101 11001 101100101 1010010 101001

Color Harmonies of #C0131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0131C

Black with #C0131C

Text Example


Text Example

White with #C0131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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