Html Css Color HEX #F01500 Scarlet

📋 copy color: '#F01500'

red 240 ◦ green 21 ◦ blue 0

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

Shades of Scarlet #F01500

Tints of Scarlet #F01500

RGB

 RED value IS 240 (94.14% from 255) = 91.95%

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

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

R = 91.95%
G = 8.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F01500 (or 0xF01500) is known color: Scarlet. HEX triplet: F0, 15 and 00. RGB value is (240,21,0). Sum of RGB (Red+Green+Blue) = 240+21+0=261 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.95% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 240 - color contains mainly: red. Hex color #F01500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01500 is #0FEAFF. Grayscale: #545454. Windows color (decimal): -1043200 or 5616. OLE color: 5616.

HSL color Cylindrical-coordinate representation of color #F01500: hue angle of 5.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F01500 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 0 -
CMYK 0 0.91 1 0.06
HSL 5.25º 1% 0.47% -
HSV(B) 5.25º 1% 0.94% -
XYZ 36.2 19.06 1.77 -
YUV 84.09 80.55 239.21 -
System Red Green Blue C M Y K H S L
Decimal 240 21 0 0 0.91 1 0.06 5.25 1 0.47
Hex F0 15 0 0 5B 64 6 5 64 2F
Octal 360 25 0 0 133 144 6 5 144 57
Binary 11110000 10101 0 0 1011011 1100100 110 101 1100100 101111

Color Harmonies of #F01500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01500

Black with #F01500

Text Example


Text Example

White with #F01500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01500; }

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

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

background-color css

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

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

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

border-color css

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

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

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