Html Css Color HEX #F51000 Red

📋 copy color: '#F51000'

red 245 ◦ green 16 ◦ blue 0

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

Shades of Red #F51000

Tints of Red #F51000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.87%
G = 6.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F51000 (or 0xF51000) is known color: Red. HEX triplet: F5, 10 and 00. RGB value is (245,16,0). Sum of RGB (Red+Green+Blue) = 245+16+0=261 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.87% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 245 - color contains mainly: red. Hex color #F51000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51000 is #0AEFFF. Grayscale: #525252. Windows color (decimal): -716800 or 4341. OLE color: 4341.

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

Color convert

RGB 245 16 0 -
CMYK 0 0.93 1 0.04
HSL 3.92º 1% 0.48% -
HSV(B) 3.92º 1% 0.96% -
XYZ 37.84 19.78 1.82 -
YUV 82.65 81.37 243.8 -
System Red Green Blue C M Y K H S L
Decimal 245 16 0 0 0.93 1 0.04 3.92 1 0.48
Hex F5 10 0 0 5D 64 4 4 64 30
Octal 365 20 0 0 135 144 4 4 144 60
Binary 11110101 10000 0 0 1011101 1100100 100 100 1100100 110000

Color Harmonies of #F51000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51000

Black with #F51000

Text Example


Text Example

White with #F51000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51000; }

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

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

background-color css

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

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

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

border-color css

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

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

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