Html Css Color HEX #F01B0E Scarlet

📋 copy color: '#F01B0E'

red 240 ◦ green 27 ◦ blue 14

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

Shades of Scarlet #F01B0E

Tints of Scarlet #F01B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.98%

R = 85.41%
G = 9.61%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F01B0E (or 0xF01B0E) is known color: Scarlet. HEX triplet: F0, 1B and 0E. RGB value is (240,27,14). Sum of RGB (Red+Green+Blue) = 240+27+14=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01B0E is #0FE4F1. Grayscale: #595959. Windows color (decimal): -1041650 or 924656. OLE color: 924656.

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

Color convert

RGB 240 27 14 -
CMYK 0 0.89 0.94 0.06
HSL 3.45º 0.89% 0.5% -
HSV(B) 3.45º 0.94% 0.94% -
XYZ 36.41 19.34 2.23 -
YUV 89.21 85.57 235.56 -
System Red Green Blue C M Y K H S L
Decimal 240 27 14 0 0.89 0.94 0.06 3.45 0.89 0.5
Hex F0 1B E 0 59 5E 6 3 59 32
Octal 360 33 16 0 131 136 6 3 131 62
Binary 11110000 11011 1110 0 1011001 1011110 110 11 1011001 110010

Color Harmonies of #F01B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01B0E

Black with #F01B0E

Text Example


Text Example

White with #F01B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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