Html Css Color HEX #F0221B Scarlet

📋 copy color: '#F0221B'

red 240 ◦ green 34 ◦ blue 27

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

Shades of Scarlet #F0221B

Tints of Scarlet #F0221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.97%

R = 79.73%
G = 11.3%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0221B (or 0xF0221B) is known color: Scarlet. HEX triplet: F0, 22 and 1B. RGB value is (240,34,27). Sum of RGB (Red+Green+Blue) = 240+34+27=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F0221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0221B is #0FDDE4. Grayscale: #5F5F5F. Windows color (decimal): -1039845 or 1778416. OLE color: 1778416.

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

Color convert

RGB 240 34 27 -
CMYK 0 0.86 0.89 0.06
HSL 1.97º 0.88% 0.52% -
HSV(B) 1.97º 0.89% 0.94% -
XYZ 36.71 19.75 2.91 -
YUV 94.8 89.75 231.57 -
System Red Green Blue C M Y K H S L
Decimal 240 34 27 0 0.86 0.89 0.06 1.97 0.88 0.52
Hex F0 22 1B 0 56 59 6 2 58 34
Octal 360 42 33 0 126 131 6 2 130 64
Binary 11110000 100010 11011 0 1010110 1011001 110 10 1011000 110100

Color Harmonies of #F0221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0221B

Black with #F0221B

Text Example


Text Example

White with #F0221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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