Html Css Color HEX #FF211A Scarlet

📋 copy color: '#FF211A'

red 255 ◦ green 33 ◦ blue 26

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

Shades of Scarlet #FF211A

Tints of Scarlet #FF211A

RGB

 RED value IS 255 (100% from 255) = 81.21%

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

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

R = 81.21%
G = 10.51%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF211A (or 0xFF211A) is known color: Scarlet. HEX triplet: FF, 21 and 1A. RGB value is (255,33,26). Sum of RGB (Red+Green+Blue) = 255+33+26=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF211A is #00DEE5. Grayscale: #626262. Windows color (decimal): -57062 or 1712639. OLE color: 1712639.

HSL color Cylindrical-coordinate representation of color #FF211A: hue angle of 1.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF211A is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 33 26 -
CMYK 0 0.87 0.90 0
HSL 1.83º 1% 0.55% -
HSV(B) 1.83º 0.9% 1% -
XYZ 41.97 22.42 3.09 -
YUV 98.58 87.05 239.57 -
System Red Green Blue C M Y K H S L
Decimal 255 33 26 0 0.87 0.90 0 1.83 1 0.55
Hex FF 21 1A 0 57 5A 0 2 64 37
Octal 377 41 32 0 127 132 0 2 144 67
Binary 11111111 100001 11010 0 1010111 1011010 0 10 1100100 110111

Color Harmonies of #FF211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF211A

Black with #FF211A

Text Example


Text Example

White with #FF211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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