Html Css Color HEX #C0112B Fire Engine Red

📋 copy color: '#C0112B'

red 192 ◦ green 17 ◦ blue 43

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

Shades of Fire Engine Red #C0112B

Tints of Fire Engine Red #C0112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 76.19%
G = 6.75%
B = 17.06%

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

#C0112B (or 0xC0112B) is known color: Fire Engine Red. HEX triplet: C0, 11 and 2B. RGB value is (192,17,43). Sum of RGB (Red+Green+Blue) = 192+17+43=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C0112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0112B is #3FEED4. Grayscale: #484848. Windows color (decimal): -4189909 or 2822592. OLE color: 2822592.

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

Color convert

RGB 192 17 43 -
CMYK 0 0.91 0.78 0.25
HSL 351.09º 0.84% 0.41% -
HSV(B) 351.09º 0.91% 0.75% -
XYZ 22.37 11.78 3.38 -
YUV 72.29 111.48 213.39 -
System Red Green Blue C M Y K H S L
Decimal 192 17 43 0 0.91 0.78 0.25 351.09 0.84 0.41
Hex C0 11 2B 0 5B 4E 19 15F 54 29
Octal 300 21 53 0 133 116 31 537 124 51
Binary 11000000 10001 101011 0 1011011 1001110 11001 101011111 1010100 101001

Color Harmonies of #C0112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0112B

Black with #C0112B

Text Example


Text Example

White with #C0112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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