Html Css Color HEX #F0240E Scarlet

📋 copy color: '#F0240E'

red 240 ◦ green 36 ◦ blue 14

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

Shades of Scarlet #F0240E

Tints of Scarlet #F0240E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.41%

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

R = 82.76%
G = 12.41%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0240E (or 0xF0240E) is known color: Scarlet. HEX triplet: F0, 24 and 0E. RGB value is (240,36,14). Sum of RGB (Red+Green+Blue) = 240+36+14=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F0240E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0240E is #0FDBF1. Grayscale: #5E5E5E. Windows color (decimal): -1039346 or 926960. OLE color: 926960.

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

Color convert

RGB 240 36 14 -
CMYK 0 0.85 0.94 0.06
HSL 5.84º 0.89% 0.5% -
HSV(B) 5.84º 0.94% 0.94% -
XYZ 36.65 19.82 2.31 -
YUV 94.49 82.59 231.79 -
System Red Green Blue C M Y K H S L
Decimal 240 36 14 0 0.85 0.94 0.06 5.84 0.89 0.5
Hex F0 24 E 0 55 5E 6 6 59 32
Octal 360 44 16 0 125 136 6 6 131 62
Binary 11110000 100100 1110 0 1010101 1011110 110 110 1011001 110010

Color Harmonies of #F0240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0240E

Black with #F0240E

Text Example


Text Example

White with #F0240E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0240E; }

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

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

background-color css

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

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

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

border-color css

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

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

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