Html Css Color HEX #FA211E Scarlet

📋 copy color: '#FA211E'

red 250 ◦ green 33 ◦ blue 30

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

Shades of Scarlet #FA211E

Tints of Scarlet #FA211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.58%

R = 79.87%
G = 10.54%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA211E (or 0xFA211E) is known color: Scarlet. HEX triplet: FA, 21 and 1E. RGB value is (250,33,30). Sum of RGB (Red+Green+Blue) = 250+33+30=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA211E is #05DEE1. Grayscale: #616161. Windows color (decimal): -384738 or 1974778. OLE color: 1974778.

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

Color convert

RGB 250 33 30 -
CMYK 0 0.87 0.88 0.02
HSL 0.82º 0.96% 0.55% -
HSV(B) 0.82º 0.88% 0.98% -
XYZ 40.2 21.51 3.26 -
YUV 97.54 89.89 236.74 -
System Red Green Blue C M Y K H S L
Decimal 250 33 30 0 0.87 0.88 0.02 0.82 0.96 0.55
Hex FA 21 1E 0 57 58 2 1 60 37
Octal 372 41 36 0 127 130 2 1 140 67
Binary 11111010 100001 11110 0 1010111 1011000 10 1 1100000 110111

Color Harmonies of #FA211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA211E

Black with #FA211E

Text Example


Text Example

White with #FA211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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