Html Css Color HEX #F50D0A Red

📋 copy color: '#F50D0A'

red 245 ◦ green 13 ◦ blue 10

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

Shades of Red #F50D0A

Tints of Red #F50D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 91.42%
G = 4.85%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F50D0A (or 0xF50D0A) is known color: Red. HEX triplet: F5, 0D and 0A. RGB value is (245,13,10). Sum of RGB (Red+Green+Blue) = 245+13+10=268 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.42% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50D0A is #0AF2F5. Grayscale: #525252. Windows color (decimal): -717558 or 658933. OLE color: 658933.

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

Color convert

RGB 245 13 10 -
CMYK 0 0.95 0.96 0.04
HSL 0.77º 0.92% 0.5% -
HSV(B) 0.77º 0.96% 0.96% -
XYZ 37.85 19.72 2.1 -
YUV 82.03 87.36 244.24 -
System Red Green Blue C M Y K H S L
Decimal 245 13 10 0 0.95 0.96 0.04 0.77 0.92 0.5
Hex F5 D A 0 5F 60 4 1 5C 32
Octal 365 15 12 0 137 140 4 1 134 62
Binary 11110101 1101 1010 0 1011111 1100000 100 1 1011100 110010

Color Harmonies of #F50D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50D0A

Black with #F50D0A

Text Example


Text Example

White with #F50D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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