Html Css Color HEX #F51600 Scarlet

📋 copy color: '#F51600'

red 245 ◦ green 22 ◦ blue 0

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

Shades of Scarlet #F51600

Tints of Scarlet #F51600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.24%

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

R = 91.76%
G = 8.24%
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

#F51600 (or 0xF51600) is known color: Scarlet. HEX triplet: F5, 16 and 00. RGB value is (245,22,0). Sum of RGB (Red+Green+Blue) = 245+22+0=267 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.76% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 245 - color contains mainly: red. Hex color #F51600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51600 is #0AE9FF. Grayscale: #565656. Windows color (decimal): -715264 or 5877. OLE color: 5877.

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

Color convert

RGB 245 22 0 -
CMYK 0 0.91 1 0.04
HSL 5.39º 1% 0.48% -
HSV(B) 5.39º 1% 0.96% -
XYZ 37.94 19.99 1.86 -
YUV 86.17 79.38 241.29 -
System Red Green Blue C M Y K H S L
Decimal 245 22 0 0 0.91 1 0.04 5.39 1 0.48
Hex F5 16 0 0 5B 64 4 5 64 30
Octal 365 26 0 0 133 144 4 5 144 60
Binary 11110101 10110 0 0 1011011 1100100 100 101 1100100 110000

Color Harmonies of #F51600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51600

Black with #F51600

Text Example


Text Example

White with #F51600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51600; }

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

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

background-color css

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

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

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

border-color css

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

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

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