Html Css Color HEX #C2191B Fire Engine Red

📋 copy color: '#C2191B'

red 194 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #C2191B

Tints of Fire Engine Red #C2191B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.16%

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

R = 78.86%
G = 10.16%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2191B (or 0xC2191B) is known color: Fire Engine Red. HEX triplet: C2, 19 and 1B. RGB value is (194,25,27). Sum of RGB (Red+Green+Blue) = 194+25+27=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C2191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2191B is #3DE6E4. Grayscale: #4B4B4B. Windows color (decimal): -4056805 or 1776066. OLE color: 1776066.

HSL color Cylindrical-coordinate representation of color #C2191B: hue angle of 359.29º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2191B is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 25 27 -
CMYK 0 0.87 0.86 0.24
HSL 359.29º 0.77% 0.43% -
HSV(B) 359.29º 0.87% 0.76% -
XYZ 22.79 12.24 2.2 -
YUV 75.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 194 25 27 0 0.87 0.86 0.24 359.29 0.77 0.43
Hex C2 19 1B 0 57 56 18 167 4D 2B
Octal 302 31 33 0 127 126 30 547 115 53
Binary 11000010 11001 11011 0 1010111 1010110 11000 101100111 1001101 101011

Color Harmonies of #C2191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2191B

Black with #C2191B

Text Example


Text Example

White with #C2191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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