Html Css Color HEX #C50E26 Fire Engine Red

📋 copy color: '#C50E26'

red 197 ◦ green 14 ◦ blue 38

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

Shades of Fire Engine Red #C50E26

Tints of Fire Engine Red #C50E26

RGB

 RED value IS 197 (77.34% from 255) = 79.12%

 GREEN value IS 14 (5.86% from 255) = 5.62%

 BLUE value IS 38 (15.23% from 255) = 15.26%

R = 79.12%
G = 5.62%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C50E26 (or 0xC50E26) is known color: Fire Engine Red. HEX triplet: C5, 0E and 26. RGB value is (197,14,38). Sum of RGB (Red+Green+Blue) = 197+14+38=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50E26 is #3AF1D9. Grayscale: #474747. Windows color (decimal): -3863002 or 2494149. OLE color: 2494149.

HSL color Cylindrical-coordinate representation of color #C50E26: hue angle of 352.13º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50E26 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 14 38 -
CMYK 0 0.93 0.81 0.23
HSL 352.13º 0.87% 0.41% -
HSV(B) 352.13º 0.93% 0.77% -
XYZ 23.53 12.32 2.97 -
YUV 71.45 109.13 217.55 -
System Red Green Blue C M Y K H S L
Decimal 197 14 38 0 0.93 0.81 0.23 352.13 0.87 0.41
Hex C5 E 26 0 5D 51 17 160 57 29
Octal 305 16 46 0 135 121 27 540 127 51
Binary 11000101 1110 100110 0 1011101 1010001 10111 101100000 1010111 101001

Color Harmonies of #C50E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50E26

Black with #C50E26

Text Example


Text Example

White with #C50E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50E26; }

 p { color: rgb(197,14,38); }

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

background-color css

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

 a { background-color: rgb(197,14,38); }

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

border-color css

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

 span { border-color: rgb(197,14,38); }

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