Html Css Color HEX #FA2117 Scarlet

📋 copy color: '#FA2117'

red 250 ◦ green 33 ◦ blue 23

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

Shades of Scarlet #FA2117

Tints of Scarlet #FA2117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.52%

R = 81.7%
G = 10.78%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA2117 (or 0xFA2117) is known color: Scarlet. HEX triplet: FA, 21 and 17. RGB value is (250,33,23). Sum of RGB (Red+Green+Blue) = 250+33+23=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2117 is #05DEE8. Grayscale: #616161. Windows color (decimal): -384745 or 1516026. OLE color: 1516026.

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

Color convert

RGB 250 33 23 -
CMYK 0 0.87 0.91 0.02
HSL 2.64º 0.96% 0.54% -
HSV(B) 2.64º 0.91% 0.98% -
XYZ 40.12 21.47 2.84 -
YUV 96.74 86.39 237.31 -
System Red Green Blue C M Y K H S L
Decimal 250 33 23 0 0.87 0.91 0.02 2.64 0.96 0.54
Hex FA 21 17 0 57 5B 2 3 60 36
Octal 372 41 27 0 127 133 2 3 140 66
Binary 11111010 100001 10111 0 1010111 1011011 10 11 1100000 110110

Color Harmonies of #FA2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2117

Black with #FA2117

Text Example


Text Example

White with #FA2117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2117; }

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

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

background-color css

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

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

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

border-color css

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

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

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