Html Css Color HEX #F51105 Red

📋 copy color: '#F51105'

red 245 ◦ green 17 ◦ blue 5

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

Shades of Red #F51105

Tints of Red #F51105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 91.76%
G = 6.37%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F51105 (or 0xF51105) is known color: Red. HEX triplet: F5, 11 and 05. RGB value is (245,17,5). Sum of RGB (Red+Green+Blue) = 245+17+5=267 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.76% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 245 - color contains mainly: red. Hex color #F51105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51105 is #0AEEFA. Grayscale: #545454. Windows color (decimal): -716539 or 332277. OLE color: 332277.

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

Color convert

RGB 245 17 5 -
CMYK 0 0.93 0.98 0.04
HSL 0.96% 0.49% -
HSV(B) 0.98% 0.96% -
XYZ 37.88 19.82 1.97 -
YUV 83.8 83.54 242.98 -
System Red Green Blue C M Y K H S L
Decimal 245 17 5 0 0.93 0.98 0.04 3 0.96 0.49
Hex F5 11 5 0 5D 62 4 3 60 31
Octal 365 21 5 0 135 142 4 3 140 61
Binary 11110101 10001 101 0 1011101 1100010 100 11 1100000 110001

Color Harmonies of #F51105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51105

Black with #F51105

Text Example


Text Example

White with #F51105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51105; }

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

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

background-color css

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

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

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

border-color css

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

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

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