Html Css Color HEX #FA160D Scarlet

📋 copy color: '#FA160D'

red 250 ◦ green 22 ◦ blue 13

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

Shades of Scarlet #FA160D

Tints of Scarlet #FA160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

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

R = 87.72%
G = 7.72%
B = 4.56%

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

#FA160D (or 0xFA160D) is known color: Scarlet. HEX triplet: FA, 16 and 0D. RGB value is (250,22,13). Sum of RGB (Red+Green+Blue) = 250+22+13=285 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.72% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 250 - color contains mainly: red. Hex color #FA160D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA160D is #05E9F2. Grayscale: #595959. Windows color (decimal): -387571 or 857850. OLE color: 857850.

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

Color convert

RGB 250 22 13 -
CMYK 0 0.91 0.95 0.02
HSL 2.28º 0.96% 0.52% -
HSV(B) 2.28º 0.95% 0.98% -
XYZ 39.78 20.93 2.32 -
YUV 89.15 85.04 242.73 -
System Red Green Blue C M Y K H S L
Decimal 250 22 13 0 0.91 0.95 0.02 2.28 0.96 0.52
Hex FA 16 D 0 5B 5F 2 2 60 34
Octal 372 26 15 0 133 137 2 2 140 64
Binary 11111010 10110 1101 0 1011011 1011111 10 10 1100000 110100

Color Harmonies of #FA160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA160D

Black with #FA160D

Text Example


Text Example

White with #FA160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA160D; }

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

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

background-color css

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

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

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

border-color css

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

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

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