Html Css Color HEX #FA3517 Scarlet

📋 copy color: '#FA3517'

red 250 ◦ green 53 ◦ blue 23

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

Shades of Scarlet #FA3517

Tints of Scarlet #FA3517

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

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

R = 76.69%
G = 16.26%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA3517 (or 0xFA3517) is known color: Scarlet. HEX triplet: FA, 35 and 17. RGB value is (250,53,23). Sum of RGB (Red+Green+Blue) = 250+53+23=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3517 is #05CAE8. Grayscale: #6C6C6C. Windows color (decimal): -379625 or 1521146. OLE color: 1521146.

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

Color convert

RGB 250 53 23 -
CMYK 0 0.79 0.91 0.02
HSL 7.93º 0.96% 0.54% -
HSV(B) 7.93º 0.91% 0.98% -
XYZ 40.85 22.93 3.08 -
YUV 108.48 79.77 228.94 -
System Red Green Blue C M Y K H S L
Decimal 250 53 23 0 0.79 0.91 0.02 7.93 0.96 0.54
Hex FA 35 17 0 4F 5B 2 8 60 36
Octal 372 65 27 0 117 133 2 10 140 66
Binary 11111010 110101 10111 0 1001111 1011011 10 1000 1100000 110110

Color Harmonies of #FA3517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3517

Black with #FA3517

Text Example


Text Example

White with #FA3517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3517; }

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

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

background-color css

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

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

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

border-color css

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

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

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