Html Css Color HEX #FA140D Scarlet

📋 copy color: '#FA140D'

red 250 ◦ green 20 ◦ blue 13

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

Shades of Scarlet #FA140D

Tints of Scarlet #FA140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

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

R = 88.34%
G = 7.07%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA140D (or 0xFA140D) is known color: Scarlet. HEX triplet: FA, 14 and 0D. RGB value is (250,20,13). Sum of RGB (Red+Green+Blue) = 250+20+13=283 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.34% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 250 - color contains mainly: red. Hex color #FA140D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA140D is #05EBF2. Grayscale: #585858. Windows color (decimal): -388083 or 857338. OLE color: 857338.

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

Color convert

RGB 250 20 13 -
CMYK 0 0.92 0.95 0.02
HSL 1.77º 0.96% 0.52% -
HSV(B) 1.77º 0.95% 0.98% -
XYZ 39.75 20.85 2.31 -
YUV 87.97 85.7 243.57 -
System Red Green Blue C M Y K H S L
Decimal 250 20 13 0 0.92 0.95 0.02 1.77 0.96 0.52
Hex FA 14 D 0 5C 5F 2 2 60 34
Octal 372 24 15 0 134 137 2 2 140 64
Binary 11111010 10100 1101 0 1011100 1011111 10 10 1100000 110100

Color Harmonies of #FA140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA140D

Black with #FA140D

Text Example


Text Example

White with #FA140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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