Html Css Color HEX #F03316 Scarlet

📋 copy color: '#F03316'

red 240 ◦ green 51 ◦ blue 22

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

Shades of Scarlet #F03316

Tints of Scarlet #F03316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

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

R = 76.68%
G = 16.29%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F03316 (or 0xF03316) is known color: Scarlet. HEX triplet: F0, 33 and 16. RGB value is (240,51,22). Sum of RGB (Red+Green+Blue) = 240+51+22=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F03316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03316 is #0FCCE9. Grayscale: #686868. Windows color (decimal): -1035498 or 1455088. OLE color: 1455088.

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

Color convert

RGB 240 51 22 -
CMYK 0 0.79 0.91 0.06
HSL 7.98º 0.88% 0.51% -
HSV(B) 7.98º 0.91% 0.94% -
XYZ 37.26 20.95 2.84 -
YUV 104.21 81.62 224.86 -
System Red Green Blue C M Y K H S L
Decimal 240 51 22 0 0.79 0.91 0.06 7.98 0.88 0.51
Hex F0 33 16 0 4F 5B 6 8 58 33
Octal 360 63 26 0 117 133 6 10 130 63
Binary 11110000 110011 10110 0 1001111 1011011 110 1000 1011000 110011

Color Harmonies of #F03316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03316

Black with #F03316

Text Example


Text Example

White with #F03316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03316; }

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

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

background-color css

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

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

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

border-color css

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

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

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