Html Css Color HEX #C2172A Fire Engine Red

📋 copy color: '#C2172A'

red 194 ◦ green 23 ◦ blue 42

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

Shades of Fire Engine Red #C2172A

Tints of Fire Engine Red #C2172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.88%

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

R = 74.9%
G = 8.88%
B = 16.22%

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

#C2172A (or 0xC2172A) is known color: Fire Engine Red. HEX triplet: C2, 17 and 2A. RGB value is (194,23,42). Sum of RGB (Red+Green+Blue) = 194+23+42=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C2172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2172A is #3DE8D5. Grayscale: #4C4C4C. Windows color (decimal): -4057302 or 2758594. OLE color: 2758594.

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

Color convert

RGB 194 23 42 -
CMYK 0 0.88 0.78 0.24
HSL 353.33º 0.79% 0.43% -
HSV(B) 353.33º 0.88% 0.76% -
XYZ 22.97 12.25 3.34 -
YUV 76.3 108.65 211.96 -
System Red Green Blue C M Y K H S L
Decimal 194 23 42 0 0.88 0.78 0.24 353.33 0.79 0.43
Hex C2 17 2A 0 58 4E 18 161 4F 2B
Octal 302 27 52 0 130 116 30 541 117 53
Binary 11000010 10111 101010 0 1011000 1001110 11000 101100001 1001111 101011

Color Harmonies of #C2172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2172A

Black with #C2172A

Text Example


Text Example

White with #C2172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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