Html Css Color HEX #F01A0A Scarlet

📋 copy color: '#F01A0A'

red 240 ◦ green 26 ◦ blue 10

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

Shades of Scarlet #F01A0A

Tints of Scarlet #F01A0A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.42%

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

R = 86.96%
G = 9.42%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F01A0A (or 0xF01A0A) is known color: Scarlet. HEX triplet: F0, 1A and 0A. RGB value is (240,26,10). Sum of RGB (Red+Green+Blue) = 240+26+10=276 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.96% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01A0A is #0FE5F5. Grayscale: #585858. Windows color (decimal): -1041910 or 662256. OLE color: 662256.

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

Color convert

RGB 240 26 10 -
CMYK 0 0.89 0.96 0.06
HSL 4.17º 0.92% 0.49% -
HSV(B) 4.17º 0.96% 0.94% -
XYZ 36.36 19.29 2.09 -
YUV 88.16 83.9 236.3 -
System Red Green Blue C M Y K H S L
Decimal 240 26 10 0 0.89 0.96 0.06 4.17 0.92 0.49
Hex F0 1A A 0 59 60 6 4 5C 31
Octal 360 32 12 0 131 140 6 4 134 61
Binary 11110000 11010 1010 0 1011001 1100000 110 100 1011100 110001

Color Harmonies of #F01A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A0A

Black with #F01A0A

Text Example


Text Example

White with #F01A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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