Html Css Color HEX #C2172B Fire Engine Red

📋 copy color: '#C2172B'

red 194 ◦ green 23 ◦ blue 43

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

Shades of Fire Engine Red #C2172B

Tints of Fire Engine Red #C2172B

RGB

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

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

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

R = 74.62%
G = 8.85%
B = 16.54%

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

#C2172B (or 0xC2172B) is known color: Fire Engine Red. HEX triplet: C2, 17 and 2B. RGB value is (194,23,43). Sum of RGB (Red+Green+Blue) = 194+23+43=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2172B is #3DE8D4. Grayscale: #4C4C4C. Windows color (decimal): -4057301 or 2824130. OLE color: 2824130.

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

Color convert

RGB 194 23 43 -
CMYK 0 0.88 0.78 0.24
HSL 352.98º 0.79% 0.43% -
HSV(B) 352.98º 0.88% 0.76% -
XYZ 22.99 12.26 3.44 -
YUV 76.41 109.15 211.87 -
System Red Green Blue C M Y K H S L
Decimal 194 23 43 0 0.88 0.78 0.24 352.98 0.79 0.43
Hex C2 17 2B 0 58 4E 18 161 4F 2B
Octal 302 27 53 0 130 116 30 541 117 53
Binary 11000010 10111 101011 0 1011000 1001110 11000 101100001 1001111 101011

Color Harmonies of #C2172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2172B

Black with #C2172B

Text Example


Text Example

White with #C2172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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