Html Css Color HEX #FA2917 Scarlet

📋 copy color: '#FA2917'

red 250 ◦ green 41 ◦ blue 23

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

Shades of Scarlet #FA2917

Tints of Scarlet #FA2917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

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

R = 79.62%
G = 13.06%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA2917 (or 0xFA2917) is known color: Scarlet. HEX triplet: FA, 29 and 17. RGB value is (250,41,23). Sum of RGB (Red+Green+Blue) = 250+41+23=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2917 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2917 is #05D6E8. Grayscale: #656565. Windows color (decimal): -382697 or 1518074. OLE color: 1518074.

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

Color convert

RGB 250 41 23 -
CMYK 0 0.84 0.91 0.02
HSL 4.76º 0.96% 0.54% -
HSV(B) 4.76º 0.91% 0.98% -
XYZ 40.37 21.97 2.92 -
YUV 101.44 83.74 233.96 -
System Red Green Blue C M Y K H S L
Decimal 250 41 23 0 0.84 0.91 0.02 4.76 0.96 0.54
Hex FA 29 17 0 54 5B 2 5 60 36
Octal 372 51 27 0 124 133 2 5 140 66
Binary 11111010 101001 10111 0 1010100 1011011 10 101 1100000 110110

Color Harmonies of #FA2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2917

Black with #FA2917

Text Example


Text Example

White with #FA2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2917; }

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

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

background-color css

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

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

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

border-color css

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

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

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