Html Css Color HEX #F51801 Scarlet

📋 copy color: '#F51801'

red 245 ◦ green 24 ◦ blue 1

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

Shades of Scarlet #F51801

Tints of Scarlet #F51801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.89%

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

R = 90.74%
G = 8.89%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F51801 (or 0xF51801) is known color: Scarlet. HEX triplet: F5, 18 and 01. RGB value is (245,24,1). Sum of RGB (Red+Green+Blue) = 245+24+1=270 (35% of max value = 765). Red value is 245 (96.09% from 255 or 90.74% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 245 - color contains mainly: red. Hex color #F51801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51801 is #0AE7FE. Grayscale: #575757. Windows color (decimal): -714751 or 71925. OLE color: 71925.

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

Color convert

RGB 245 24 1 -
CMYK 0 0.90 1.00 0.04
HSL 5.66º 0.99% 0.48% -
HSV(B) 5.66º 1% 0.96% -
XYZ 37.99 20.07 1.9 -
YUV 87.46 79.22 240.37 -
System Red Green Blue C M Y K H S L
Decimal 245 24 1 0 0.90 1.00 0.04 5.66 0.99 0.48
Hex F5 18 1 0 5A 64 4 6 63 30
Octal 365 30 1 0 132 144 4 6 143 60
Binary 11110101 11000 1 0 1011010 1100100 100 110 1100011 110000

Color Harmonies of #F51801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51801

Black with #F51801

Text Example


Text Example

White with #F51801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51801; }

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

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

background-color css

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

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

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

border-color css

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

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

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