Html Css Color HEX #FA2417 Scarlet

📋 copy color: '#FA2417'

red 250 ◦ green 36 ◦ blue 23

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

Shades of Scarlet #FA2417

Tints of Scarlet #FA2417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.65%

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

R = 80.91%
G = 11.65%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA2417 (or 0xFA2417) is known color: Scarlet. HEX triplet: FA, 24 and 17. RGB value is (250,36,23). Sum of RGB (Red+Green+Blue) = 250+36+23=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2417 is #05DBE8. Grayscale: #626262. Windows color (decimal): -383977 or 1516794. OLE color: 1516794.

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

Color convert

RGB 250 36 23 -
CMYK 0 0.86 0.91 0.02
HSL 3.44º 0.96% 0.54% -
HSV(B) 3.44º 0.91% 0.98% -
XYZ 40.21 21.65 2.87 -
YUV 98.5 85.4 236.06 -
System Red Green Blue C M Y K H S L
Decimal 250 36 23 0 0.86 0.91 0.02 3.44 0.96 0.54
Hex FA 24 17 0 56 5B 2 3 60 36
Octal 372 44 27 0 126 133 2 3 140 66
Binary 11111010 100100 10111 0 1010110 1011011 10 11 1100000 110110

Color Harmonies of #FA2417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2417

Black with #FA2417

Text Example


Text Example

White with #FA2417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2417; }

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

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

background-color css

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

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

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

border-color css

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

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

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