Html Css Color HEX #FA211A Scarlet

📋 copy color: '#FA211A'

red 250 ◦ green 33 ◦ blue 26

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

Shades of Scarlet #FA211A

Tints of Scarlet #FA211A

RGB

 RED value IS 250 (98.05% from 255) = 80.91%

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

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

R = 80.91%
G = 10.68%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA211A (or 0xFA211A) is known color: Scarlet. HEX triplet: FA, 21 and 1A. RGB value is (250,33,26). Sum of RGB (Red+Green+Blue) = 250+33+26=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA211A is #05DEE5. Grayscale: #616161. Windows color (decimal): -384742 or 1712634. OLE color: 1712634.

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

Color convert

RGB 250 33 26 -
CMYK 0 0.87 0.90 0.02
HSL 1.88º 0.96% 0.54% -
HSV(B) 1.88º 0.9% 0.98% -
XYZ 40.15 21.49 3.01 -
YUV 97.09 87.89 237.07 -
System Red Green Blue C M Y K H S L
Decimal 250 33 26 0 0.87 0.90 0.02 1.88 0.96 0.54
Hex FA 21 1A 0 57 5A 2 2 60 36
Octal 372 41 32 0 127 132 2 2 140 66
Binary 11111010 100001 11010 0 1010111 1011010 10 10 1100000 110110

Color Harmonies of #FA211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA211A

Black with #FA211A

Text Example


Text Example

White with #FA211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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