Html Css Color HEX #C2151B Fire Engine Red

📋 copy color: '#C2151B'

red 194 ◦ green 21 ◦ blue 27

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

Shades of Fire Engine Red #C2151B

Tints of Fire Engine Red #C2151B

RGB

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

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

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

R = 80.17%
G = 8.68%
B = 11.16%

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

#C2151B (or 0xC2151B) is known color: Fire Engine Red. HEX triplet: C2, 15 and 1B. RGB value is (194,21,27). Sum of RGB (Red+Green+Blue) = 194+21+27=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C2151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2151B is #3DEAE4. Grayscale: #494949. Windows color (decimal): -4057829 or 1775042. OLE color: 1775042.

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

Color convert

RGB 194 21 27 -
CMYK 0 0.89 0.86 0.24
HSL 357.92º 0.8% 0.42% -
HSV(B) 357.92º 0.89% 0.76% -
XYZ 22.71 12.08 2.17 -
YUV 73.41 101.81 214.01 -
System Red Green Blue C M Y K H S L
Decimal 194 21 27 0 0.89 0.86 0.24 357.92 0.8 0.42
Hex C2 15 1B 0 59 56 18 166 50 2A
Octal 302 25 33 0 131 126 30 546 120 52
Binary 11000010 10101 11011 0 1011001 1010110 11000 101100110 1010000 101010

Color Harmonies of #C2151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2151B

Black with #C2151B

Text Example


Text Example

White with #C2151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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