Html Css Color HEX #F0221F Scarlet

📋 copy color: '#F0221F'

red 240 ◦ green 34 ◦ blue 31

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

Shades of Scarlet #F0221F

Tints of Scarlet #F0221F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.16%

R = 78.69%
G = 11.15%
B = 10.16%

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

#F0221F (or 0xF0221F) is known color: Scarlet. HEX triplet: F0, 22 and 1F. RGB value is (240,34,31). Sum of RGB (Red+Green+Blue) = 240+34+31=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F0221F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0221F is #0FDDE0. Grayscale: #5F5F5F. Windows color (decimal): -1039841 or 2040560. OLE color: 2040560.

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

Color convert

RGB 240 34 31 -
CMYK 0 0.86 0.87 0.06
HSL 0.86º 0.87% 0.53% -
HSV(B) 0.86º 0.87% 0.94% -
XYZ 36.75 19.77 3.17 -
YUV 95.25 91.75 231.24 -
System Red Green Blue C M Y K H S L
Decimal 240 34 31 0 0.86 0.87 0.06 0.86 0.87 0.53
Hex F0 22 1F 0 56 57 6 1 57 35
Octal 360 42 37 0 126 127 6 1 127 65
Binary 11110000 100010 11111 0 1010110 1010111 110 1 1010111 110101

Color Harmonies of #F0221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0221F

Black with #F0221F

Text Example


Text Example

White with #F0221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0221F; }

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

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

background-color css

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

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

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

border-color css

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

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

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