Html Css Color HEX #FA211B Scarlet

📋 copy color: '#FA211B'

red 250 ◦ green 33 ◦ blue 27

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

Shades of Scarlet #FA211B

Tints of Scarlet #FA211B

RGB

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

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

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

R = 80.65%
G = 10.65%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA211B (or 0xFA211B) is known color: Scarlet. HEX triplet: FA, 21 and 1B. RGB value is (250,33,27). Sum of RGB (Red+Green+Blue) = 250+33+27=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA211B is #05DEE4. Grayscale: #616161. Windows color (decimal): -384741 or 1778170. OLE color: 1778170.

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

Color convert

RGB 250 33 27 -
CMYK 0 0.87 0.89 0.02
HSL 1.61º 0.96% 0.54% -
HSV(B) 1.61º 0.89% 0.98% -
XYZ 40.17 21.49 3.07 -
YUV 97.2 88.39 236.99 -
System Red Green Blue C M Y K H S L
Decimal 250 33 27 0 0.87 0.89 0.02 1.61 0.96 0.54
Hex FA 21 1B 0 57 59 2 2 60 36
Octal 372 41 33 0 127 131 2 2 140 66
Binary 11111010 100001 11011 0 1010111 1011001 10 10 1100000 110110

Color Harmonies of #FA211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA211B

Black with #FA211B

Text Example


Text Example

White with #FA211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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