Html Css Color HEX #FA1F17 Scarlet

📋 copy color: '#FA1F17'

red 250 ◦ green 31 ◦ blue 23

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

Shades of Scarlet #FA1F17

Tints of Scarlet #FA1F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.2%

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

R = 82.24%
G = 10.2%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA1F17 (or 0xFA1F17) is known color: Scarlet. HEX triplet: FA, 1F and 17. RGB value is (250,31,23). Sum of RGB (Red+Green+Blue) = 250+31+23=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1F17 is #05E0E8. Grayscale: #5F5F5F. Windows color (decimal): -385257 or 1515514. OLE color: 1515514.

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

Color convert

RGB 250 31 23 -
CMYK 0 0.88 0.91 0.02
HSL 2.11º 0.96% 0.54% -
HSV(B) 2.11º 0.91% 0.98% -
XYZ 40.07 21.37 2.82 -
YUV 95.57 87.05 238.15 -
System Red Green Blue C M Y K H S L
Decimal 250 31 23 0 0.88 0.91 0.02 2.11 0.96 0.54
Hex FA 1F 17 0 58 5B 2 2 60 36
Octal 372 37 27 0 130 133 2 2 140 66
Binary 11111010 11111 10111 0 1011000 1011011 10 10 1100000 110110

Color Harmonies of #FA1F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1F17

Black with #FA1F17

Text Example


Text Example

White with #FA1F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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