Html Css Color HEX #F51500 Scarlet

📋 copy color: '#F51500'

red 245 ◦ green 21 ◦ blue 0

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

Shades of Scarlet #F51500

Tints of Scarlet #F51500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

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

R = 92.11%
G = 7.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F51500 (or 0xF51500) is known color: Scarlet. HEX triplet: F5, 15 and 00. RGB value is (245,21,0). Sum of RGB (Red+Green+Blue) = 245+21+0=266 (35% of max value = 765). Red value is 245 (96.09% from 255 or 92.11% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 245 - color contains mainly: red. Hex color #F51500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51500 is #0AEAFF. Grayscale: #555555. Windows color (decimal): -715520 or 5621. OLE color: 5621.

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

Color convert

RGB 245 21 0 -
CMYK 0 0.91 1 0.04
HSL 5.14º 1% 0.48% -
HSV(B) 5.14º 1% 0.96% -
XYZ 37.92 19.95 1.85 -
YUV 85.58 79.71 241.71 -
System Red Green Blue C M Y K H S L
Decimal 245 21 0 0 0.91 1 0.04 5.14 1 0.48
Hex F5 15 0 0 5B 64 4 5 64 30
Octal 365 25 0 0 133 144 4 5 144 60
Binary 11110101 10101 0 0 1011011 1100100 100 101 1100100 110000

Color Harmonies of #F51500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51500

Black with #F51500

Text Example


Text Example

White with #F51500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51500; }

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

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

background-color css

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

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

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

border-color css

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

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

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