Html Css Color HEX #C2171B Fire Engine Red

📋 copy color: '#C2171B'

red 194 ◦ green 23 ◦ blue 27

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

Shades of Fire Engine Red #C2171B

Tints of Fire Engine Red #C2171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.07%

R = 79.51%
G = 9.43%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2171B (or 0xC2171B) is known color: Fire Engine Red. HEX triplet: C2, 17 and 1B. RGB value is (194,23,27). Sum of RGB (Red+Green+Blue) = 194+23+27=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C2171B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2171B is #3DE8E4. Grayscale: #4A4A4A. Windows color (decimal): -4057317 or 1775554. OLE color: 1775554.

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

Color convert

RGB 194 23 27 -
CMYK 0 0.88 0.86 0.24
HSL 358.6º 0.79% 0.43% -
HSV(B) 358.6º 0.88% 0.76% -
XYZ 22.75 12.16 2.19 -
YUV 74.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 194 23 27 0 0.88 0.86 0.24 358.6 0.79 0.43
Hex C2 17 1B 0 58 56 18 167 4F 2B
Octal 302 27 33 0 130 126 30 547 117 53
Binary 11000010 10111 11011 0 1011000 1010110 11000 101100111 1001111 101011

Color Harmonies of #C2171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2171B

Black with #C2171B

Text Example


Text Example

White with #C2171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2171B; }

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

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

background-color css

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

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

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

border-color css

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

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

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