Html Css Color HEX #F01E0D Scarlet

📋 copy color: '#F01E0D'

red 240 ◦ green 30 ◦ blue 13

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

Shades of Scarlet #F01E0D

Tints of Scarlet #F01E0D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.6%

 BLUE value IS 13 (5.47% from 255) = 4.59%

R = 84.81%
G = 10.6%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F01E0D (or 0xF01E0D) is known color: Scarlet. HEX triplet: F0, 1E and 0D. RGB value is (240,30,13). Sum of RGB (Red+Green+Blue) = 240+30+13=283 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.81% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01E0D is #0FE1F2. Grayscale: #5B5B5B. Windows color (decimal): -1040883 or 859888. OLE color: 859888.

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

Color convert

RGB 240 30 13 -
CMYK 0 0.87 0.95 0.06
HSL 4.49º 0.9% 0.5% -
HSV(B) 4.49º 0.95% 0.94% -
XYZ 36.47 19.48 2.22 -
YUV 90.85 84.07 234.38 -
System Red Green Blue C M Y K H S L
Decimal 240 30 13 0 0.87 0.95 0.06 4.49 0.9 0.5
Hex F0 1E D 0 57 5F 6 4 5A 32
Octal 360 36 15 0 127 137 6 4 132 62
Binary 11110000 11110 1101 0 1010111 1011111 110 100 1011010 110010

Color Harmonies of #F01E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01E0D

Black with #F01E0D

Text Example


Text Example

White with #F01E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01E0D; }

 p { color: rgb(240,30,13); }

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

background-color css

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

 a { background-color: rgb(240,30,13); }

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

border-color css

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

 span { border-color: rgb(240,30,13); }

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