Html Css Color HEX #F0180A Scarlet

📋 copy color: '#F0180A'

red 240 ◦ green 24 ◦ blue 10

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

Shades of Scarlet #F0180A

Tints of Scarlet #F0180A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

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

R = 87.59%
G = 8.76%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0180A (or 0xF0180A) is known color: Scarlet. HEX triplet: F0, 18 and 0A. RGB value is (240,24,10). Sum of RGB (Red+Green+Blue) = 240+24+10=274 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.59% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 240 - color contains mainly: red. Hex color #F0180A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0180A is #0FE7F5. Grayscale: #575757. Windows color (decimal): -1042422 or 661744. OLE color: 661744.

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

Color convert

RGB 240 24 10 -
CMYK 0 0.9 0.96 0.06
HSL 3.65º 0.92% 0.49% -
HSV(B) 3.65º 0.96% 0.94% -
XYZ 36.32 19.2 2.08 -
YUV 86.99 84.56 237.14 -
System Red Green Blue C M Y K H S L
Decimal 240 24 10 0 0.9 0.96 0.06 3.65 0.92 0.49
Hex F0 18 A 0 5A 60 6 4 5C 31
Octal 360 30 12 0 132 140 6 4 134 61
Binary 11110000 11000 1010 0 1011010 1100000 110 100 1011100 110001

Color Harmonies of #F0180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0180A

Black with #F0180A

Text Example


Text Example

White with #F0180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0180A; }

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

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

background-color css

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

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

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

border-color css

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

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

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