Html Css Color HEX #C2112B Fire Engine Red

📋 copy color: '#C2112B'

red 194 ◦ green 17 ◦ blue 43

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

Shades of Fire Engine Red #C2112B

Tints of Fire Engine Red #C2112B

RGB

 RED value IS 194 (76.17% from 255) = 76.38%

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

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

R = 76.38%
G = 6.69%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2112B (or 0xC2112B) is known color: Fire Engine Red. HEX triplet: C2, 11 and 2B. RGB value is (194,17,43). Sum of RGB (Red+Green+Blue) = 194+17+43=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C2112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2112B is #3DEED4. Grayscale: #484848. Windows color (decimal): -4058837 or 2822594. OLE color: 2822594.

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

Color convert

RGB 194 17 43 -
CMYK 0 0.91 0.78 0.24
HSL 351.19º 0.84% 0.41% -
HSV(B) 351.19º 0.91% 0.76% -
XYZ 22.88 12.04 3.4 -
YUV 72.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 194 17 43 0 0.91 0.78 0.24 351.19 0.84 0.41
Hex C2 11 2B 0 5B 4E 18 15F 54 29
Octal 302 21 53 0 133 116 30 537 124 51
Binary 11000010 10001 101011 0 1011011 1001110 11000 101011111 1010100 101001

Color Harmonies of #C2112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2112B

Black with #C2112B

Text Example


Text Example

White with #C2112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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