Html Css Color HEX #F51200 Scarlet

📋 copy color: '#F51200'

red 245 ◦ green 18 ◦ blue 0

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

Shades of Scarlet #F51200

Tints of Scarlet #F51200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.84%

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

R = 93.16%
G = 6.84%
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

#F51200 (or 0xF51200) is known color: Scarlet. HEX triplet: F5, 12 and 00. RGB value is (245,18,0). Sum of RGB (Red+Green+Blue) = 245+18+0=263 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.16% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 245 - color contains mainly: red. Hex color #F51200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51200 is #0AEDFF. Grayscale: #545454. Windows color (decimal): -716288 or 4853. OLE color: 4853.

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

Color convert

RGB 245 18 0 -
CMYK 0 0.93 1 0.04
HSL 4.41º 1% 0.48% -
HSV(B) 4.41º 1% 0.96% -
XYZ 37.87 19.85 1.83 -
YUV 83.82 80.71 242.96 -
System Red Green Blue C M Y K H S L
Decimal 245 18 0 0 0.93 1 0.04 4.41 1 0.48
Hex F5 12 0 0 5D 64 4 4 64 30
Octal 365 22 0 0 135 144 4 4 144 60
Binary 11110101 10010 0 0 1011101 1100100 100 100 1100100 110000

Color Harmonies of #F51200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51200

Black with #F51200

Text Example


Text Example

White with #F51200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51200; }

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

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

background-color css

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

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

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

border-color css

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

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

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