Html Css Color HEX #F01D0E Scarlet

📋 copy color: '#F01D0E'

red 240 ◦ green 29 ◦ blue 14

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

Shades of Scarlet #F01D0E

Tints of Scarlet #F01D0E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

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

R = 84.81%
G = 10.25%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F01D0E (or 0xF01D0E) is known color: Scarlet. HEX triplet: F0, 1D and 0E. RGB value is (240,29,14). Sum of RGB (Red+Green+Blue) = 240+29+14=283 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.81% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01D0E is #0FE2F1. Grayscale: #5A5A5A. Windows color (decimal): -1041138 or 925168. OLE color: 925168.

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

Color convert

RGB 240 29 14 -
CMYK 0 0.88 0.94 0.06
HSL 3.98º 0.89% 0.5% -
HSV(B) 3.98º 0.94% 0.94% -
XYZ 36.45 19.44 2.25 -
YUV 90.38 84.9 234.72 -
System Red Green Blue C M Y K H S L
Decimal 240 29 14 0 0.88 0.94 0.06 3.98 0.89 0.5
Hex F0 1D E 0 58 5E 6 4 59 32
Octal 360 35 16 0 130 136 6 4 131 62
Binary 11110000 11101 1110 0 1011000 1011110 110 100 1011001 110010

Color Harmonies of #F01D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D0E

Black with #F01D0E

Text Example


Text Example

White with #F01D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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