Html Css Color HEX #F02616 Scarlet

📋 copy color: '#F02616'

red 240 ◦ green 38 ◦ blue 22

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

Shades of Scarlet #F02616

Tints of Scarlet #F02616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.67%

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

R = 80%
G = 12.67%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F02616 (or 0xF02616) is known color: Scarlet. HEX triplet: F0, 26 and 16. RGB value is (240,38,22). Sum of RGB (Red+Green+Blue) = 240+38+22=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F02616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02616 is #0FD9E9. Grayscale: #606060. Windows color (decimal): -1038826 or 1451760. OLE color: 1451760.

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

Color convert

RGB 240 38 22 -
CMYK 0 0.84 0.91 0.06
HSL 4.4º 0.88% 0.51% -
HSV(B) 4.4º 0.91% 0.94% -
XYZ 36.77 19.97 2.68 -
YUV 96.57 85.92 230.3 -
System Red Green Blue C M Y K H S L
Decimal 240 38 22 0 0.84 0.91 0.06 4.4 0.88 0.51
Hex F0 26 16 0 54 5B 6 4 58 33
Octal 360 46 26 0 124 133 6 4 130 63
Binary 11110000 100110 10110 0 1010100 1011011 110 100 1011000 110011

Color Harmonies of #F02616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02616

Black with #F02616

Text Example


Text Example

White with #F02616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02616; }

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

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

background-color css

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

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

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

border-color css

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

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

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