Html Css Color HEX #FA2017 Scarlet

📋 copy color: '#FA2017'

red 250 ◦ green 32 ◦ blue 23

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

Shades of Scarlet #FA2017

Tints of Scarlet #FA2017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

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

R = 81.97%
G = 10.49%
B = 7.54%

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

#FA2017 (or 0xFA2017) is known color: Scarlet. HEX triplet: FA, 20 and 17. RGB value is (250,32,23). Sum of RGB (Red+Green+Blue) = 250+32+23=305 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.97% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2017 is #05DFE8. Grayscale: #606060. Windows color (decimal): -385001 or 1515770. OLE color: 1515770.

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

Color convert

RGB 250 32 23 -
CMYK 0 0.87 0.91 0.02
HSL 2.38º 0.96% 0.54% -
HSV(B) 2.38º 0.91% 0.98% -
XYZ 40.1 21.42 2.83 -
YUV 96.16 86.72 237.73 -
System Red Green Blue C M Y K H S L
Decimal 250 32 23 0 0.87 0.91 0.02 2.38 0.96 0.54
Hex FA 20 17 0 57 5B 2 2 60 36
Octal 372 40 27 0 127 133 2 2 140 66
Binary 11111010 100000 10111 0 1010111 1011011 10 10 1100000 110110

Color Harmonies of #FA2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2017

Black with #FA2017

Text Example


Text Example

White with #FA2017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2017; }

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

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

background-color css

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

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

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

border-color css

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

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

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