Html Css Color HEX #F02311 Scarlet

📋 copy color: '#F02311'

red 240 ◦ green 35 ◦ blue 17

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

Shades of Scarlet #F02311

Tints of Scarlet #F02311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

 BLUE value IS 17 (7.03% from 255) = 5.82%

R = 82.19%
G = 11.99%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F02311 (or 0xF02311) is known color: Scarlet. HEX triplet: F0, 23 and 11. RGB value is (240,35,17). Sum of RGB (Red+Green+Blue) = 240+35+17=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F02311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02311 is #0FDCEE. Grayscale: #5E5E5E. Windows color (decimal): -1039599 or 1123312. OLE color: 1123312.

HSL color Cylindrical-coordinate representation of color #F02311: hue angle of 4.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F02311 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 35 17 -
CMYK 0 0.85 0.93 0.06
HSL 4.84º 0.88% 0.5% -
HSV(B) 4.84º 0.93% 0.94% -
XYZ 36.64 19.77 2.41 -
YUV 94.24 84.42 231.96 -
System Red Green Blue C M Y K H S L
Decimal 240 35 17 0 0.85 0.93 0.06 4.84 0.88 0.5
Hex F0 23 11 0 55 5D 6 5 58 32
Octal 360 43 21 0 125 135 6 5 130 62
Binary 11110000 100011 10001 0 1010101 1011101 110 101 1011000 110010

Color Harmonies of #F02311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02311

Black with #F02311

Text Example


Text Example

White with #F02311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02311; }

 p { color: rgb(240,35,17); }

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

background-color css

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

 a { background-color: rgb(240,35,17); }

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

border-color css

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

 span { border-color: rgb(240,35,17); }

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