Html Css Color HEX #F01E0A Scarlet

📋 copy color: '#F01E0A'

red 240 ◦ green 30 ◦ blue 10

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

Shades of Scarlet #F01E0A

Tints of Scarlet #F01E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.57%

R = 85.71%
G = 10.71%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F01E0A (or 0xF01E0A) is known color: Scarlet. HEX triplet: F0, 1E and 0A. RGB value is (240,30,10). Sum of RGB (Red+Green+Blue) = 240+30+10=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01E0A is #0FE1F5. Grayscale: #5A5A5A. Windows color (decimal): -1040886 or 663280. OLE color: 663280.

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

Color convert

RGB 240 30 10 -
CMYK 0 0.87 0.96 0.06
HSL 5.22º 0.92% 0.49% -
HSV(B) 5.22º 0.96% 0.94% -
XYZ 36.45 19.48 2.12 -
YUV 90.51 82.57 234.63 -
System Red Green Blue C M Y K H S L
Decimal 240 30 10 0 0.87 0.96 0.06 5.22 0.92 0.49
Hex F0 1E A 0 57 60 6 5 5C 31
Octal 360 36 12 0 127 140 6 5 134 61
Binary 11110000 11110 1010 0 1010111 1100000 110 101 1011100 110001

Color Harmonies of #F01E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01E0A

Black with #F01E0A

Text Example


Text Example

White with #F01E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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