Html Css Color HEX #C2182A Fire Engine Red

📋 copy color: '#C2182A'

red 194 ◦ green 24 ◦ blue 42

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

Shades of Fire Engine Red #C2182A

Tints of Fire Engine Red #C2182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.23%

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

R = 74.62%
G = 9.23%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2182A (or 0xC2182A) is known color: Fire Engine Red. HEX triplet: C2, 18 and 2A. RGB value is (194,24,42). Sum of RGB (Red+Green+Blue) = 194+24+42=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2182A is #3DE7D5. Grayscale: #4C4C4C. Windows color (decimal): -4057046 or 2758850. OLE color: 2758850.

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

Color convert

RGB 194 24 42 -
CMYK 0 0.88 0.78 0.24
HSL 353.65º 0.78% 0.43% -
HSV(B) 353.65º 0.88% 0.76% -
XYZ 22.99 12.29 3.35 -
YUV 76.88 108.32 211.54 -
System Red Green Blue C M Y K H S L
Decimal 194 24 42 0 0.88 0.78 0.24 353.65 0.78 0.43
Hex C2 18 2A 0 58 4E 18 162 4E 2B
Octal 302 30 52 0 130 116 30 542 116 53
Binary 11000010 11000 101010 0 1011000 1001110 11000 101100010 1001110 101011

Color Harmonies of #C2182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2182A

Black with #C2182A

Text Example


Text Example

White with #C2182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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