Html Css Color HEX #C50D24 Fire Engine Red

📋 copy color: '#C50D24'

red 197 ◦ green 13 ◦ blue 36

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

Shades of Fire Engine Red #C50D24

Tints of Fire Engine Red #C50D24

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.28%

 BLUE value IS 36 (14.45% from 255) = 14.63%

R = 80.08%
G = 5.28%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C50D24 (or 0xC50D24) is known color: Fire Engine Red. HEX triplet: C5, 0D and 24. RGB value is (197,13,36). Sum of RGB (Red+Green+Blue) = 197+13+36=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50D24 is #3AF2DB. Grayscale: #464646. Windows color (decimal): -3863260 or 2362821. OLE color: 2362821.

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

Color convert

RGB 197 13 36 -
CMYK 0 0.93 0.82 0.23
HSL 352.5º 0.88% 0.41% -
HSV(B) 352.5º 0.93% 0.77% -
XYZ 23.49 12.29 2.8 -
YUV 70.64 108.46 218.13 -
System Red Green Blue C M Y K H S L
Decimal 197 13 36 0 0.93 0.82 0.23 352.5 0.88 0.41
Hex C5 D 24 0 5D 52 17 160 58 29
Octal 305 15 44 0 135 122 27 540 130 51
Binary 11000101 1101 100100 0 1011101 1010010 10111 101100000 1011000 101001

Color Harmonies of #C50D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D24

Black with #C50D24

Text Example


Text Example

White with #C50D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D24; }

 p { color: rgb(197,13,36); }

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

background-color css

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

 a { background-color: rgb(197,13,36); }

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

border-color css

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

 span { border-color: rgb(197,13,36); }

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