Html Css Color HEX #F51111 Red

📋 copy color: '#F51111'

red 245 ◦ green 17 ◦ blue 17

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

Shades of Red #F51111

Tints of Red #F51111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.09%

R = 87.81%
G = 6.09%
B = 6.09%

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

#F51111 (or 0xF51111) is known color: Red. HEX triplet: F5, 11 and 11. RGB value is (245,17,17). Sum of RGB (Red+Green+Blue) = 245+17+17=279 (36% of max value = 765). Red value is 245 (96.09% from 255 or 87.81% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 245 - color contains mainly: red. Hex color #F51111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51111 is #0AEEEE. Grayscale: #555555. Windows color (decimal): -716527 or 1118709. OLE color: 1118709.

HSL color Cylindrical-coordinate representation of color #F51111: hue angle of 0º 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 #F51111 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 17 17 -
CMYK 0 0.93 0.93 0.04
HSL 0.92% 0.51% -
HSV(B) 0.93% 0.96% -
XYZ 37.96 19.85 2.36 -
YUV 85.17 89.54 242 -
System Red Green Blue C M Y K H S L
Decimal 245 17 17 0 0.93 0.93 0.04 0 0.92 0.51
Hex F5 11 11 0 5D 5D 4 0 5C 33
Octal 365 21 21 0 135 135 4 0 134 63
Binary 11110101 10001 10001 0 1011101 1011101 100 0 1011100 110011

Color Harmonies of #F51111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51111

Black with #F51111

Text Example


Text Example

White with #F51111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51111; }

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

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

background-color css

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

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

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

border-color css

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

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

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