Html Css Color HEX #F0221E Scarlet

📋 copy color: '#F0221E'

red 240 ◦ green 34 ◦ blue 30

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

Shades of Scarlet #F0221E

Tints of Scarlet #F0221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.87%

R = 78.95%
G = 11.18%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0221E (or 0xF0221E) is known color: Scarlet. HEX triplet: F0, 22 and 1E. RGB value is (240,34,30). Sum of RGB (Red+Green+Blue) = 240+34+30=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F0221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0221E is #0FDDE1. Grayscale: #5F5F5F. Windows color (decimal): -1039842 or 1975024. OLE color: 1975024.

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

Color convert

RGB 240 34 30 -
CMYK 0 0.86 0.87 0.06
HSL 1.14º 0.88% 0.53% -
HSV(B) 1.14º 0.88% 0.94% -
XYZ 36.74 19.76 3.11 -
YUV 95.14 91.25 231.33 -
System Red Green Blue C M Y K H S L
Decimal 240 34 30 0 0.86 0.87 0.06 1.14 0.88 0.53
Hex F0 22 1E 0 56 57 6 1 58 35
Octal 360 42 36 0 126 127 6 1 130 65
Binary 11110000 100010 11110 0 1010110 1010111 110 1 1011000 110101

Color Harmonies of #F0221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0221E

Black with #F0221E

Text Example


Text Example

White with #F0221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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