Html Css Color HEX #F51211 Red

📋 copy color: '#F51211'

red 245 ◦ green 18 ◦ blue 17

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

Shades of Red #F51211

Tints of Red #F51211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

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

R = 87.5%
G = 6.43%
B = 6.07%

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

#F51211 (or 0xF51211) is known color: Red. HEX triplet: F5, 12 and 11. RGB value is (245,18,17). Sum of RGB (Red+Green+Blue) = 245+18+17=280 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.5% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 245 - color contains mainly: red. Hex color #F51211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51211 is #0AEDEE. Grayscale: #555555. Windows color (decimal): -716271 or 1118965. OLE color: 1118965.

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

Color convert

RGB 245 18 17 -
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.97 19.89 2.37 -
YUV 85.76 89.21 241.58 -
System Red Green Blue C M Y K H S L
Decimal 245 18 17 0 0.93 0.93 0.04 0.26 0.92 0.51
Hex F5 12 11 0 5D 5D 4 0 5C 33
Octal 365 22 21 0 135 135 4 0 134 63
Binary 11110101 10010 10001 0 1011101 1011101 100 0 1011100 110011

Color Harmonies of #F51211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51211

Black with #F51211

Text Example


Text Example

White with #F51211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51211; }

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

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

background-color css

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

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

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

border-color css

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

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

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