Html Css Color HEX #F01C0E Scarlet

📋 copy color: '#F01C0E'

red 240 ◦ green 28 ◦ blue 14

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

Shades of Scarlet #F01C0E

Tints of Scarlet #F01C0E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.93%

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

R = 85.11%
G = 9.93%
B = 4.96%

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

#F01C0E (or 0xF01C0E) is known color: Scarlet. HEX triplet: F0, 1C and 0E. RGB value is (240,28,14). Sum of RGB (Red+Green+Blue) = 240+28+14=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01C0E is #0FE3F1. Grayscale: #5A5A5A. Windows color (decimal): -1041394 or 924912. OLE color: 924912.

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

Color convert

RGB 240 28 14 -
CMYK 0 0.88 0.94 0.06
HSL 3.72º 0.89% 0.5% -
HSV(B) 3.72º 0.94% 0.94% -
XYZ 36.43 19.39 2.24 -
YUV 89.79 85.24 235.14 -
System Red Green Blue C M Y K H S L
Decimal 240 28 14 0 0.88 0.94 0.06 3.72 0.89 0.5
Hex F0 1C E 0 58 5E 6 4 59 32
Octal 360 34 16 0 130 136 6 4 131 62
Binary 11110000 11100 1110 0 1011000 1011110 110 100 1011001 110010

Color Harmonies of #F01C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01C0E

Black with #F01C0E

Text Example


Text Example

White with #F01C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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