Html Css Color HEX #C2181A Fire Engine Red

📋 copy color: '#C2181A'

red 194 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #C2181A

Tints of Fire Engine Red #C2181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.66%

R = 79.51%
G = 9.84%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2181A (or 0xC2181A) is known color: Fire Engine Red. HEX triplet: C2, 18 and 1A. RGB value is (194,24,26). Sum of RGB (Red+Green+Blue) = 194+24+26=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C2181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2181A is #3DE7E5. Grayscale: #4B4B4B. Windows color (decimal): -4057062 or 1710274. OLE color: 1710274.

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

Color convert

RGB 194 24 26 -
CMYK 0 0.88 0.87 0.24
HSL 359.29º 0.78% 0.43% -
HSV(B) 359.29º 0.88% 0.76% -
XYZ 22.76 12.2 2.13 -
YUV 75.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 194 24 26 0 0.88 0.87 0.24 359.29 0.78 0.43
Hex C2 18 1A 0 58 57 18 167 4E 2B
Octal 302 30 32 0 130 127 30 547 116 53
Binary 11000010 11000 11010 0 1011000 1010111 11000 101100111 1001110 101011

Color Harmonies of #C2181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2181A

Black with #C2181A

Text Example


Text Example

White with #C2181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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