Html Css Color HEX #FA3211 Scarlet

📋 copy color: '#FA3211'

red 250 ◦ green 50 ◦ blue 17

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

Shades of Scarlet #FA3211

Tints of Scarlet #FA3211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

 BLUE value IS 17 (7.03% from 255) = 5.36%

R = 78.86%
G = 15.77%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA3211 (or 0xFA3211) is known color: Scarlet. HEX triplet: FA, 32 and 11. RGB value is (250,50,17). Sum of RGB (Red+Green+Blue) = 250+50+17=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3211 is #05CDEE. Grayscale: #6A6A6A. Windows color (decimal): -380399 or 1127162. OLE color: 1127162.

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

Color convert

RGB 250 50 17 -
CMYK 0 0.8 0.93 0.02
HSL 8.5º 0.96% 0.52% -
HSV(B) 8.5º 0.93% 0.98% -
XYZ 40.67 22.65 2.76 -
YUV 106.04 77.76 230.68 -
System Red Green Blue C M Y K H S L
Decimal 250 50 17 0 0.8 0.93 0.02 8.5 0.96 0.52
Hex FA 32 11 0 50 5D 2 8 60 34
Octal 372 62 21 0 120 135 2 10 140 64
Binary 11111010 110010 10001 0 1010000 1011101 10 1000 1100000 110100

Color Harmonies of #FA3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3211

Black with #FA3211

Text Example


Text Example

White with #FA3211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3211; }

 p { color: rgb(250,50,17); }

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

background-color css

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

 a { background-color: rgb(250,50,17); }

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

border-color css

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

 span { border-color: rgb(250,50,17); }

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