Html Css Color HEX #FA3317 Scarlet

📋 copy color: '#FA3317'

red 250 ◦ green 51 ◦ blue 23

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

Shades of Scarlet #FA3317

Tints of Scarlet #FA3317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.74%

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

R = 77.16%
G = 15.74%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA3317 (or 0xFA3317) is known color: Scarlet. HEX triplet: FA, 33 and 17. RGB value is (250,51,23). Sum of RGB (Red+Green+Blue) = 250+51+23=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3317 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3317 is #05CCE8. Grayscale: #6B6B6B. Windows color (decimal): -380137 or 1520634. OLE color: 1520634.

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

Color convert

RGB 250 51 23 -
CMYK 0 0.80 0.91 0.02
HSL 7.4º 0.96% 0.54% -
HSV(B) 7.4º 0.91% 0.98% -
XYZ 40.76 22.75 3.05 -
YUV 107.31 80.43 229.78 -
System Red Green Blue C M Y K H S L
Decimal 250 51 23 0 0.80 0.91 0.02 7.4 0.96 0.54
Hex FA 33 17 0 50 5B 2 7 60 36
Octal 372 63 27 0 120 133 2 7 140 66
Binary 11111010 110011 10111 0 1010000 1011011 10 111 1100000 110110

Color Harmonies of #FA3317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3317

Black with #FA3317

Text Example


Text Example

White with #FA3317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3317; }

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

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

background-color css

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

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

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

border-color css

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

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

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