Html Css Color HEX #C50A28 Fire Engine Red

📋 copy color: '#C50A28'

red 197 ◦ green 10 ◦ blue 40

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

Shades of Fire Engine Red #C50A28

Tints of Fire Engine Red #C50A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.05%

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

R = 79.76%
G = 4.05%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C50A28 (or 0xC50A28) is known color: Fire Engine Red. HEX triplet: C5, 0A and 28. RGB value is (197,10,40). Sum of RGB (Red+Green+Blue) = 197+10+40=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50A28 is #3AF5D7. Grayscale: #454545. Windows color (decimal): -3864024 or 2624197. OLE color: 2624197.

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

Color convert

RGB 197 10 40 -
CMYK 0 0.95 0.80 0.23
HSL 350.37º 0.9% 0.41% -
HSV(B) 350.37º 0.95% 0.77% -
XYZ 23.52 12.24 3.13 -
YUV 69.33 111.45 219.06 -
System Red Green Blue C M Y K H S L
Decimal 197 10 40 0 0.95 0.80 0.23 350.37 0.9 0.41
Hex C5 A 28 0 5F 50 17 15E 5A 29
Octal 305 12 50 0 137 120 27 536 132 51
Binary 11000101 1010 101000 0 1011111 1010000 10111 101011110 1011010 101001

Color Harmonies of #C50A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50A28

Black with #C50A28

Text Example


Text Example

White with #C50A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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