Html Css Color HEX #F0220A Scarlet

📋 copy color: '#F0220A'

red 240 ◦ green 34 ◦ blue 10

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

Shades of Scarlet #F0220A

Tints of Scarlet #F0220A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.97%

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

R = 84.51%
G = 11.97%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0220A (or 0xF0220A) is known color: Scarlet. HEX triplet: F0, 22 and 0A. RGB value is (240,34,10). Sum of RGB (Red+Green+Blue) = 240+34+10=284 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.51% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 240 - color contains mainly: red. Hex color #F0220A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0220A is #0FDDF5. Grayscale: #5D5D5D. Windows color (decimal): -1039862 or 664304. OLE color: 664304.

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

Color convert

RGB 240 34 10 -
CMYK 0 0.86 0.96 0.06
HSL 6.26º 0.92% 0.49% -
HSV(B) 6.26º 0.96% 0.94% -
XYZ 36.56 19.69 2.16 -
YUV 92.86 81.25 232.95 -
System Red Green Blue C M Y K H S L
Decimal 240 34 10 0 0.86 0.96 0.06 6.26 0.92 0.49
Hex F0 22 A 0 56 60 6 6 5C 31
Octal 360 42 12 0 126 140 6 6 134 61
Binary 11110000 100010 1010 0 1010110 1100000 110 110 1011100 110001

Color Harmonies of #F0220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0220A

Black with #F0220A

Text Example


Text Example

White with #F0220A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0220A; }

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

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

background-color css

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

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

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

border-color css

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

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

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