Html Css Color HEX #FA211D Scarlet

📋 copy color: '#FA211D'

red 250 ◦ green 33 ◦ blue 29

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

Shades of Scarlet #FA211D

Tints of Scarlet #FA211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.29%

R = 80.13%
G = 10.58%
B = 9.29%

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

#FA211D (or 0xFA211D) is known color: Scarlet. HEX triplet: FA, 21 and 1D. RGB value is (250,33,29). Sum of RGB (Red+Green+Blue) = 250+33+29=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA211D is #05DEE2. Grayscale: #616161. Windows color (decimal): -384739 or 1909242. OLE color: 1909242.

HSL color Cylindrical-coordinate representation of color #FA211D: hue angle of 1.09º 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 #FA211D is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 33 29 -
CMYK 0 0.87 0.88 0.02
HSL 1.09º 0.96% 0.55% -
HSV(B) 1.09º 0.88% 0.98% -
XYZ 40.19 21.5 3.19 -
YUV 97.43 89.39 236.83 -
System Red Green Blue C M Y K H S L
Decimal 250 33 29 0 0.87 0.88 0.02 1.09 0.96 0.55
Hex FA 21 1D 0 57 58 2 1 60 37
Octal 372 41 35 0 127 130 2 1 140 67
Binary 11111010 100001 11101 0 1010111 1011000 10 1 1100000 110111

Color Harmonies of #FA211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA211D

Black with #FA211D

Text Example


Text Example

White with #FA211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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