Html Css Color HEX #C2151C Fire Engine Red

📋 copy color: '#C2151C'

red 194 ◦ green 21 ◦ blue 28

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

Shades of Fire Engine Red #C2151C

Tints of Fire Engine Red #C2151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.52%

R = 79.84%
G = 8.64%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2151C (or 0xC2151C) is known color: Fire Engine Red. HEX triplet: C2, 15 and 1C. RGB value is (194,21,28). Sum of RGB (Red+Green+Blue) = 194+21+28=243 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.84% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 194 - color contains mainly: red. Hex color #C2151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2151C is #3DEAE3. Grayscale: #494949. Windows color (decimal): -4057828 or 1840578. OLE color: 1840578.

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

Color convert

RGB 194 21 28 -
CMYK 0 0.89 0.86 0.24
HSL 357.57º 0.8% 0.42% -
HSV(B) 357.57º 0.89% 0.76% -
XYZ 22.73 12.09 2.23 -
YUV 73.53 102.31 213.93 -
System Red Green Blue C M Y K H S L
Decimal 194 21 28 0 0.89 0.86 0.24 357.57 0.8 0.42
Hex C2 15 1C 0 59 56 18 166 50 2A
Octal 302 25 34 0 131 126 30 546 120 52
Binary 11000010 10101 11100 0 1011001 1010110 11000 101100110 1010000 101010

Color Harmonies of #C2151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2151C

Black with #C2151C

Text Example


Text Example

White with #C2151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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