Html Css Color HEX #C0112A Fire Engine Red

📋 copy color: '#C0112A'

red 192 ◦ green 17 ◦ blue 42

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

Shades of Fire Engine Red #C0112A

Tints of Fire Engine Red #C0112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.77%

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 76.49%
G = 6.77%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0112A (or 0xC0112A) is known color: Fire Engine Red. HEX triplet: C0, 11 and 2A. RGB value is (192,17,42). Sum of RGB (Red+Green+Blue) = 192+17+42=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C0112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0112A is #3FEED5. Grayscale: #484848. Windows color (decimal): -4189910 or 2757056. OLE color: 2757056.

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

Color convert

RGB 192 17 42 -
CMYK 0 0.91 0.78 0.25
HSL 351.43º 0.84% 0.41% -
HSV(B) 351.43º 0.91% 0.75% -
XYZ 22.36 11.77 3.28 -
YUV 72.18 110.98 213.47 -
System Red Green Blue C M Y K H S L
Decimal 192 17 42 0 0.91 0.78 0.25 351.43 0.84 0.41
Hex C0 11 2A 0 5B 4E 19 15F 54 29
Octal 300 21 52 0 133 116 31 537 124 51
Binary 11000000 10001 101010 0 1011011 1001110 11001 101011111 1010100 101001

Color Harmonies of #C0112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0112A

Black with #C0112A

Text Example


Text Example

White with #C0112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0112A; }

 p { color: rgb(192,17,42); }

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

background-color css

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

 a { background-color: rgb(192,17,42); }

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

border-color css

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

 span { border-color: rgb(192,17,42); }

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