Html Css Color HEX #FA2112 Scarlet

📋 copy color: '#FA2112'

red 250 ◦ green 33 ◦ blue 18

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

Shades of Scarlet #FA2112

Tints of Scarlet #FA2112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.98%

R = 83.06%
G = 10.96%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA2112 (or 0xFA2112) is known color: Scarlet. HEX triplet: FA, 21 and 12. RGB value is (250,33,18). Sum of RGB (Red+Green+Blue) = 250+33+18=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2112 is #05DEED. Grayscale: #606060. Windows color (decimal): -384750 or 1188346. OLE color: 1188346.

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

Color convert

RGB 250 33 18 -
CMYK 0 0.87 0.93 0.02
HSL 3.88º 0.96% 0.53% -
HSV(B) 3.88º 0.93% 0.98% -
XYZ 40.08 21.46 2.6 -
YUV 96.17 83.89 237.72 -
System Red Green Blue C M Y K H S L
Decimal 250 33 18 0 0.87 0.93 0.02 3.88 0.96 0.53
Hex FA 21 12 0 57 5D 2 4 60 35
Octal 372 41 22 0 127 135 2 4 140 65
Binary 11111010 100001 10010 0 1010111 1011101 10 100 1100000 110101

Color Harmonies of #FA2112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2112

Black with #FA2112

Text Example


Text Example

White with #FA2112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2112; }

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

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

background-color css

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

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

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

border-color css

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

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

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