Html Css Color HEX #F02316 Scarlet

📋 copy color: '#F02316'

red 240 ◦ green 35 ◦ blue 22

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

Shades of Scarlet #F02316

Tints of Scarlet #F02316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.41%

R = 80.81%
G = 11.78%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F02316 (or 0xF02316) is known color: Scarlet. HEX triplet: F0, 23 and 16. RGB value is (240,35,22). Sum of RGB (Red+Green+Blue) = 240+35+22=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F02316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02316 is #0FDCE9. Grayscale: #5F5F5F. Windows color (decimal): -1039594 or 1450992. OLE color: 1450992.

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

Color convert

RGB 240 35 22 -
CMYK 0 0.85 0.91 0.06
HSL 3.58º 0.88% 0.51% -
HSV(B) 3.58º 0.91% 0.94% -
XYZ 36.68 19.79 2.64 -
YUV 94.81 86.92 231.56 -
System Red Green Blue C M Y K H S L
Decimal 240 35 22 0 0.85 0.91 0.06 3.58 0.88 0.51
Hex F0 23 16 0 55 5B 6 4 58 33
Octal 360 43 26 0 125 133 6 4 130 63
Binary 11110000 100011 10110 0 1010101 1011011 110 100 1011000 110011

Color Harmonies of #F02316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02316

Black with #F02316

Text Example


Text Example

White with #F02316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02316; }

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

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

background-color css

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

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

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

border-color css

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

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

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