Html Css Color HEX #C50E28 Fire Engine Red

📋 copy color: '#C50E28'

red 197 ◦ green 14 ◦ blue 40

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

Shades of Fire Engine Red #C50E28

Tints of Fire Engine Red #C50E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.94%

R = 78.49%
G = 5.58%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C50E28 (or 0xC50E28) is known color: Fire Engine Red. HEX triplet: C5, 0E and 28. RGB value is (197,14,40). Sum of RGB (Red+Green+Blue) = 197+14+40=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50E28 is #3AF1D7. Grayscale: #474747. Windows color (decimal): -3863000 or 2625221. OLE color: 2625221.

HSL color Cylindrical-coordinate representation of color #C50E28: hue angle of 351.48º 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 #C50E28 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 14 40 -
CMYK 0 0.93 0.80 0.23
HSL 351.48º 0.87% 0.41% -
HSV(B) 351.48º 0.93% 0.77% -
XYZ 23.57 12.34 3.15 -
YUV 71.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 197 14 40 0 0.93 0.80 0.23 351.48 0.87 0.41
Hex C5 E 28 0 5D 50 17 15F 57 29
Octal 305 16 50 0 135 120 27 537 127 51
Binary 11000101 1110 101000 0 1011101 1010000 10111 101011111 1010111 101001

Color Harmonies of #C50E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50E28

Black with #C50E28

Text Example


Text Example

White with #C50E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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