Html Css Color HEX #F50E0D Red

📋 copy color: '#F50E0D'

red 245 ◦ green 14 ◦ blue 13

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

Shades of Red #F50E0D

Tints of Red #F50E0D

RGB

 RED value IS 245 (96.09% from 255) = 90.07%

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

 BLUE value IS 13 (5.47% from 255) = 4.78%

R = 90.07%
G = 5.15%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F50E0D (or 0xF50E0D) is known color: Red. HEX triplet: F5, 0E and 0D. RGB value is (245,14,13). Sum of RGB (Red+Green+Blue) = 245+14+13=272 (36% of max value = 765). Red value is 245 (96.09% from 255 or 90.07% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50E0D is #0AF1F2. Grayscale: #535353. Windows color (decimal): -717299 or 855797. OLE color: 855797.

HSL color Cylindrical-coordinate representation of color #F50E0D: hue angle of 0.26º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50E0D is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 14 13 -
CMYK 0 0.94 0.95 0.04
HSL 0.26º 0.92% 0.51% -
HSV(B) 0.26º 0.95% 0.96% -
XYZ 37.89 19.76 2.2 -
YUV 82.96 88.53 243.58 -
System Red Green Blue C M Y K H S L
Decimal 245 14 13 0 0.94 0.95 0.04 0.26 0.92 0.51
Hex F5 E D 0 5E 5F 4 0 5C 33
Octal 365 16 15 0 136 137 4 0 134 63
Binary 11110101 1110 1101 0 1011110 1011111 100 0 1011100 110011

Color Harmonies of #F50E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50E0D

Black with #F50E0D

Text Example


Text Example

White with #F50E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50E0D; }

 p { color: rgb(245,14,13); }

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

background-color css

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

 a { background-color: rgb(245,14,13); }

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

border-color css

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

 span { border-color: rgb(245,14,13); }

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