Html Css Color HEX #F51005 Red

📋 copy color: '#F51005'

red 245 ◦ green 16 ◦ blue 5

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

Shades of Red #F51005

Tints of Red #F51005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

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

R = 92.11%
G = 6.02%
B = 1.88%

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

#F51005 (or 0xF51005) is known color: Red. HEX triplet: F5, 10 and 05. RGB value is (245,16,5). Sum of RGB (Red+Green+Blue) = 245+16+5=266 (35% of max value = 765). Red value is 245 (96.09% from 255 or 92.11% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 245 - color contains mainly: red. Hex color #F51005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51005 is #0AEFFA. Grayscale: #535353. Windows color (decimal): -716795 or 332021. OLE color: 332021.

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

Color convert

RGB 245 16 5 -
CMYK 0 0.93 0.98 0.04
HSL 2.75º 0.96% 0.49% -
HSV(B) 2.75º 0.98% 0.96% -
XYZ 37.87 19.79 1.97 -
YUV 83.22 83.87 243.39 -
System Red Green Blue C M Y K H S L
Decimal 245 16 5 0 0.93 0.98 0.04 2.75 0.96 0.49
Hex F5 10 5 0 5D 62 4 3 60 31
Octal 365 20 5 0 135 142 4 3 140 61
Binary 11110101 10000 101 0 1011101 1100010 100 11 1100000 110001

Color Harmonies of #F51005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51005

Black with #F51005

Text Example


Text Example

White with #F51005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51005; }

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

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

background-color css

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

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

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

border-color css

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

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

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