Html Css Color HEX #F51001 Red

📋 copy color: '#F51001'

red 245 ◦ green 16 ◦ blue 1

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

Shades of Red #F51001

Tints of Red #F51001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 93.51%
G = 6.11%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F51001 (or 0xF51001) is known color: Red. HEX triplet: F5, 10 and 01. RGB value is (245,16,1). Sum of RGB (Red+Green+Blue) = 245+16+1=262 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.51% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 245 - color contains mainly: red. Hex color #F51001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51001 is #0AEFFE. Grayscale: #535353. Windows color (decimal): -716799 or 69877. OLE color: 69877.

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

Color convert

RGB 245 16 1 -
CMYK 0 0.93 1.00 0.04
HSL 3.69º 0.99% 0.48% -
HSV(B) 3.69º 1% 0.96% -
XYZ 37.85 19.79 1.85 -
YUV 82.76 81.87 243.72 -
System Red Green Blue C M Y K H S L
Decimal 245 16 1 0 0.93 1.00 0.04 3.69 0.99 0.48
Hex F5 10 1 0 5D 64 4 4 63 30
Octal 365 20 1 0 135 144 4 4 143 60
Binary 11110101 10000 1 0 1011101 1100100 100 100 1100011 110000

Color Harmonies of #F51001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51001

Black with #F51001

Text Example


Text Example

White with #F51001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51001; }

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

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

background-color css

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

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

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

border-color css

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

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

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