Html Css Color HEX #F2211A Scarlet

📋 copy color: '#F2211A'

red 242 ◦ green 33 ◦ blue 26

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

Shades of Scarlet #F2211A

Tints of Scarlet #F2211A

RGB

 RED value IS 242 (94.92% from 255) = 80.4%

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

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

R = 80.4%
G = 10.96%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2211A (or 0xF2211A) is known color: Scarlet. HEX triplet: F2, 21 and 1A. RGB value is (242,33,26). Sum of RGB (Red+Green+Blue) = 242+33+26=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F2211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2211A is #0DDEE5. Grayscale: #5E5E5E. Windows color (decimal): -909030 or 1712626. OLE color: 1712626.

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

Color convert

RGB 242 33 26 -
CMYK 0 0.86 0.89 0.05
HSL 1.94º 0.89% 0.53% -
HSV(B) 1.94º 0.89% 0.95% -
XYZ 37.35 20.04 2.88 -
YUV 94.69 89.24 233.07 -
System Red Green Blue C M Y K H S L
Decimal 242 33 26 0 0.86 0.89 0.05 1.94 0.89 0.53
Hex F2 21 1A 0 56 59 5 2 59 35
Octal 362 41 32 0 126 131 5 2 131 65
Binary 11110010 100001 11010 0 1010110 1011001 101 10 1011001 110101

Color Harmonies of #F2211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2211A

Black with #F2211A

Text Example


Text Example

White with #F2211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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