Html Css Color HEX #C2151F Fire Engine Red

📋 copy color: '#C2151F'

red 194 ◦ green 21 ◦ blue 31

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

Shades of Fire Engine Red #C2151F

Tints of Fire Engine Red #C2151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.54%

 BLUE value IS 31 (12.5% from 255) = 12.6%

R = 78.86%
G = 8.54%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2151F (or 0xC2151F) is known color: Fire Engine Red. HEX triplet: C2, 15 and 1F. RGB value is (194,21,31). Sum of RGB (Red+Green+Blue) = 194+21+31=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C2151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2151F is #3DEAE0. Grayscale: #494949. Windows color (decimal): -4057825 or 2037186. OLE color: 2037186.

HSL color Cylindrical-coordinate representation of color #C2151F: hue angle of 356.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2151F is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 31 -
CMYK 0 0.89 0.84 0.24
HSL 356.53º 0.8% 0.42% -
HSV(B) 356.53º 0.89% 0.76% -
XYZ 22.76 12.1 2.43 -
YUV 73.87 103.81 213.69 -
System Red Green Blue C M Y K H S L
Decimal 194 21 31 0 0.89 0.84 0.24 356.53 0.8 0.42
Hex C2 15 1F 0 59 54 18 165 50 2A
Octal 302 25 37 0 131 124 30 545 120 52
Binary 11000010 10101 11111 0 1011001 1010100 11000 101100101 1010000 101010

Color Harmonies of #C2151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2151F

Black with #C2151F

Text Example


Text Example

White with #C2151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2151F; }

 p { color: rgb(194,21,31); }

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

background-color css

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

 a { background-color: rgb(194,21,31); }

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

border-color css

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

 span { border-color: rgb(194,21,31); }

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