Html Css Color HEX #C2162B Fire Engine Red

📋 copy color: '#C2162B'

red 194 ◦ green 22 ◦ blue 43

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

Shades of Fire Engine Red #C2162B

Tints of Fire Engine Red #C2162B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.49%

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

R = 74.9%
G = 8.49%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2162B (or 0xC2162B) is known color: Fire Engine Red. HEX triplet: C2, 16 and 2B. RGB value is (194,22,43). Sum of RGB (Red+Green+Blue) = 194+22+43=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C2162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2162B is #3DE9D4. Grayscale: #4B4B4B. Windows color (decimal): -4057557 or 2823874. OLE color: 2823874.

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

Color convert

RGB 194 22 43 -
CMYK 0 0.89 0.78 0.24
HSL 352.67º 0.8% 0.42% -
HSV(B) 352.67º 0.89% 0.76% -
XYZ 22.97 12.22 3.43 -
YUV 75.82 109.48 212.29 -
System Red Green Blue C M Y K H S L
Decimal 194 22 43 0 0.89 0.78 0.24 352.67 0.8 0.42
Hex C2 16 2B 0 59 4E 18 161 50 2A
Octal 302 26 53 0 131 116 30 541 120 52
Binary 11000010 10110 101011 0 1011001 1001110 11000 101100001 1010000 101010

Color Harmonies of #C2162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2162B

Black with #C2162B

Text Example


Text Example

White with #C2162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2162B; }

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

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

background-color css

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

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

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

border-color css

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

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

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