Html Css Color HEX #FA2D17 Scarlet

📋 copy color: '#FA2D17'

red 250 ◦ green 45 ◦ blue 23

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

Shades of Scarlet #FA2D17

Tints of Scarlet #FA2D17

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.15%

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

R = 78.62%
G = 14.15%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA2D17 (or 0xFA2D17) is known color: Scarlet. HEX triplet: FA, 2D and 17. RGB value is (250,45,23). Sum of RGB (Red+Green+Blue) = 250+45+23=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2D17 is #05D2E8. Grayscale: #686868. Windows color (decimal): -381673 or 1519098. OLE color: 1519098.

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

Color convert

RGB 250 45 23 -
CMYK 0 0.82 0.91 0.02
HSL 5.81º 0.96% 0.54% -
HSV(B) 5.81º 0.91% 0.98% -
XYZ 40.52 22.26 2.97 -
YUV 103.79 82.42 232.29 -
System Red Green Blue C M Y K H S L
Decimal 250 45 23 0 0.82 0.91 0.02 5.81 0.96 0.54
Hex FA 2D 17 0 52 5B 2 6 60 36
Octal 372 55 27 0 122 133 2 6 140 66
Binary 11111010 101101 10111 0 1010010 1011011 10 110 1100000 110110

Color Harmonies of #FA2D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D17

Black with #FA2D17

Text Example


Text Example

White with #FA2D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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