Html Css Color HEX #F0211A Scarlet

📋 copy color: '#F0211A'

red 240 ◦ green 33 ◦ blue 26

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

Shades of Scarlet #F0211A

Tints of Scarlet #F0211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.7%

R = 80.27%
G = 11.04%
B = 8.7%

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

#F0211A (or 0xF0211A) is known color: Scarlet. HEX triplet: F0, 21 and 1A. RGB value is (240,33,26). Sum of RGB (Red+Green+Blue) = 240+33+26=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F0211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0211A is #0FDEE5. Grayscale: #5E5E5E. Windows color (decimal): -1040102 or 1712624. OLE color: 1712624.

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

Color convert

RGB 240 33 26 -
CMYK 0 0.86 0.89 0.06
HSL 1.96º 0.88% 0.52% -
HSV(B) 1.96º 0.89% 0.94% -
XYZ 36.67 19.69 2.84 -
YUV 94.1 89.58 232.07 -
System Red Green Blue C M Y K H S L
Decimal 240 33 26 0 0.86 0.89 0.06 1.96 0.88 0.52
Hex F0 21 1A 0 56 59 6 2 58 34
Octal 360 41 32 0 126 131 6 2 130 64
Binary 11110000 100001 11010 0 1010110 1011001 110 10 1011000 110100

Color Harmonies of #F0211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0211A

Black with #F0211A

Text Example


Text Example

White with #F0211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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