Html Css Color HEX #C2181B Fire Engine Red

📋 copy color: '#C2181B'

red 194 ◦ green 24 ◦ blue 27

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

Shades of Fire Engine Red #C2181B

Tints of Fire Engine Red #C2181B

RGB

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

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

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

R = 79.18%
G = 9.8%
B = 11.02%

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

#C2181B (or 0xC2181B) is known color: Fire Engine Red. HEX triplet: C2, 18 and 1B. RGB value is (194,24,27). Sum of RGB (Red+Green+Blue) = 194+24+27=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C2181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2181B is #3DE7E4. Grayscale: #4B4B4B. Windows color (decimal): -4057061 or 1775810. OLE color: 1775810.

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

Color convert

RGB 194 24 27 -
CMYK 0 0.88 0.86 0.24
HSL 358.94º 0.78% 0.43% -
HSV(B) 358.94º 0.88% 0.76% -
XYZ 22.77 12.2 2.19 -
YUV 75.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 194 24 27 0 0.88 0.86 0.24 358.94 0.78 0.43
Hex C2 18 1B 0 58 56 18 167 4E 2B
Octal 302 30 33 0 130 126 30 547 116 53
Binary 11000010 11000 11011 0 1011000 1010110 11000 101100111 1001110 101011

Color Harmonies of #C2181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2181B

Black with #C2181B

Text Example


Text Example

White with #C2181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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