Html Css Color HEX #F01B16 Scarlet

📋 copy color: '#F01B16'

red 240 ◦ green 27 ◦ blue 22

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

Shades of Scarlet #F01B16

Tints of Scarlet #F01B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

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

R = 83.04%
G = 9.34%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F01B16 (or 0xF01B16) is known color: Scarlet. HEX triplet: F0, 1B and 16. RGB value is (240,27,22). Sum of RGB (Red+Green+Blue) = 240+27+22=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01B16 is #0FE4E9. Grayscale: #5A5A5A. Windows color (decimal): -1041642 or 1448944. OLE color: 1448944.

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

Color convert

RGB 240 27 22 -
CMYK 0 0.89 0.91 0.06
HSL 1.38º 0.88% 0.51% -
HSV(B) 1.38º 0.91% 0.94% -
XYZ 36.47 19.37 2.57 -
YUV 90.12 89.57 234.91 -
System Red Green Blue C M Y K H S L
Decimal 240 27 22 0 0.89 0.91 0.06 1.38 0.88 0.51
Hex F0 1B 16 0 59 5B 6 1 58 33
Octal 360 33 26 0 131 133 6 1 130 63
Binary 11110000 11011 10110 0 1011001 1011011 110 1 1011000 110011

Color Harmonies of #F01B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01B16

Black with #F01B16

Text Example


Text Example

White with #F01B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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