Html Css Color HEX #C2112A Fire Engine Red

📋 copy color: '#C2112A'

red 194 ◦ green 17 ◦ blue 42

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

Shades of Fire Engine Red #C2112A

Tints of Fire Engine Red #C2112A

RGB

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

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

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

R = 76.68%
G = 6.72%
B = 16.6%

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

#C2112A (or 0xC2112A) is known color: Fire Engine Red. HEX triplet: C2, 11 and 2A. RGB value is (194,17,42). Sum of RGB (Red+Green+Blue) = 194+17+42=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C2112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2112A is #3DEED5. Grayscale: #484848. Windows color (decimal): -4058838 or 2757058. OLE color: 2757058.

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

Color convert

RGB 194 17 42 -
CMYK 0 0.91 0.78 0.24
HSL 351.53º 0.84% 0.41% -
HSV(B) 351.53º 0.91% 0.76% -
XYZ 22.87 12.04 3.31 -
YUV 72.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 194 17 42 0 0.91 0.78 0.24 351.53 0.84 0.41
Hex C2 11 2A 0 5B 4E 18 160 54 29
Octal 302 21 52 0 133 116 30 540 124 51
Binary 11000010 10001 101010 0 1011011 1001110 11000 101100000 1010100 101001

Color Harmonies of #C2112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2112A

Black with #C2112A

Text Example


Text Example

White with #C2112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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