Html Css Color HEX #FA150D Scarlet

📋 copy color: '#FA150D'

red 250 ◦ green 21 ◦ blue 13

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

Shades of Scarlet #FA150D

Tints of Scarlet #FA150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.39%

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

R = 88.03%
G = 7.39%
B = 4.58%

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

#FA150D (or 0xFA150D) is known color: Scarlet. HEX triplet: FA, 15 and 0D. RGB value is (250,21,13). Sum of RGB (Red+Green+Blue) = 250+21+13=284 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.03% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 250 - color contains mainly: red. Hex color #FA150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA150D is #05EAF2. Grayscale: #585858. Windows color (decimal): -387827 or 857594. OLE color: 857594.

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

Color convert

RGB 250 21 13 -
CMYK 0 0.92 0.95 0.02
HSL 2.03º 0.96% 0.52% -
HSV(B) 2.03º 0.95% 0.98% -
XYZ 39.77 20.89 2.32 -
YUV 88.56 85.37 243.15 -
System Red Green Blue C M Y K H S L
Decimal 250 21 13 0 0.92 0.95 0.02 2.03 0.96 0.52
Hex FA 15 D 0 5C 5F 2 2 60 34
Octal 372 25 15 0 134 137 2 2 140 64
Binary 11111010 10101 1101 0 1011100 1011111 10 10 1100000 110100

Color Harmonies of #FA150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA150D

Black with #FA150D

Text Example


Text Example

White with #FA150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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