Html Css Color HEX #F0211B Scarlet

📋 copy color: '#F0211B'

red 240 ◦ green 33 ◦ blue 27

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

Shades of Scarlet #F0211B

Tints of Scarlet #F0211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

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

R = 80%
G = 11%
B = 9%

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

#F0211B (or 0xF0211B) is known color: Scarlet. HEX triplet: F0, 21 and 1B. RGB value is (240,33,27). Sum of RGB (Red+Green+Blue) = 240+33+27=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F0211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0211B is #0FDEE4. Grayscale: #5E5E5E. Windows color (decimal): -1040101 or 1778160. OLE color: 1778160.

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

Color convert

RGB 240 33 27 -
CMYK 0 0.86 0.89 0.06
HSL 1.69º 0.88% 0.52% -
HSV(B) 1.69º 0.89% 0.94% -
XYZ 36.68 19.69 2.9 -
YUV 94.21 90.08 231.99 -
System Red Green Blue C M Y K H S L
Decimal 240 33 27 0 0.86 0.89 0.06 1.69 0.88 0.52
Hex F0 21 1B 0 56 59 6 2 58 34
Octal 360 41 33 0 126 131 6 2 130 64
Binary 11110000 100001 11011 0 1010110 1011001 110 10 1011000 110100

Color Harmonies of #F0211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0211B

Black with #F0211B

Text Example


Text Example

White with #F0211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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