Html Css Color HEX #F51110 Red

📋 copy color: '#F51110'

red 245 ◦ green 17 ◦ blue 16

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

Shades of Red #F51110

Tints of Red #F51110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.12%

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 88.13%
G = 6.12%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F51110 (or 0xF51110) is known color: Red. HEX triplet: F5, 11 and 10. RGB value is (245,17,16). Sum of RGB (Red+Green+Blue) = 245+17+16=278 (36% of max value = 765). Red value is 245 (96.09% from 255 or 88.13% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 245 - color contains mainly: red. Hex color #F51110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51110 is #0AEEEF. Grayscale: #555555. Windows color (decimal): -716528 or 1053173. OLE color: 1053173.

HSL color Cylindrical-coordinate representation of color #F51110: 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.93%. Process color model (Four color, CMYK) of #F51110 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 17 16 -
CMYK 0 0.93 0.93 0.04
HSL 0.26º 0.92% 0.51% -
HSV(B) 0.26º 0.93% 0.96% -
XYZ 37.95 19.85 2.32 -
YUV 85.06 89.04 242.08 -
System Red Green Blue C M Y K H S L
Decimal 245 17 16 0 0.93 0.93 0.04 0.26 0.92 0.51
Hex F5 11 10 0 5D 5D 4 0 5C 33
Octal 365 21 20 0 135 135 4 0 134 63
Binary 11110101 10001 10000 0 1011101 1011101 100 0 1011100 110011

Color Harmonies of #F51110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51110

Black with #F51110

Text Example


Text Example

White with #F51110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51110; }

 p { color: rgb(245,17,16); }

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

background-color css

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

 a { background-color: rgb(245,17,16); }

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

border-color css

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

 span { border-color: rgb(245,17,16); }

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