Html Css Color HEX #FA170D Scarlet

📋 copy color: '#FA170D'

red 250 ◦ green 23 ◦ blue 13

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

Shades of Scarlet #FA170D

Tints of Scarlet #FA170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.04%

 BLUE value IS 13 (5.47% from 255) = 4.55%

R = 87.41%
G = 8.04%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA170D (or 0xFA170D) is known color: Scarlet. HEX triplet: FA, 17 and 0D. RGB value is (250,23,13). Sum of RGB (Red+Green+Blue) = 250+23+13=286 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.41% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 250 - color contains mainly: red. Hex color #FA170D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA170D is #05E8F2. Grayscale: #5A5A5A. Windows color (decimal): -387315 or 858106. OLE color: 858106.

HSL color Cylindrical-coordinate representation of color #FA170D: hue angle of 2.53º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA170D is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 23 13 -
CMYK 0 0.91 0.95 0.02
HSL 2.53º 0.96% 0.52% -
HSV(B) 2.53º 0.95% 0.98% -
XYZ 39.8 20.97 2.33 -
YUV 89.73 84.71 242.31 -
System Red Green Blue C M Y K H S L
Decimal 250 23 13 0 0.91 0.95 0.02 2.53 0.96 0.52
Hex FA 17 D 0 5B 5F 2 3 60 34
Octal 372 27 15 0 133 137 2 3 140 64
Binary 11111010 10111 1101 0 1011011 1011111 10 11 1100000 110100

Color Harmonies of #FA170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA170D

Black with #FA170D

Text Example


Text Example

White with #FA170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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