Html Css Color HEX #FA320D Scarlet

📋 copy color: '#FA320D'

red 250 ◦ green 50 ◦ blue 13

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

Shades of Scarlet #FA320D

Tints of Scarlet #FA320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

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

R = 79.87%
G = 15.97%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA320D (or 0xFA320D) is known color: Scarlet. HEX triplet: FA, 32 and 0D. RGB value is (250,50,13). Sum of RGB (Red+Green+Blue) = 250+50+13=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA320D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA320D is #05CDF2. Grayscale: #696969. Windows color (decimal): -380403 or 865018. OLE color: 865018.

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

Color convert

RGB 250 50 13 -
CMYK 0 0.8 0.95 0.02
HSL 9.37º 0.96% 0.52% -
HSV(B) 9.37º 0.95% 0.98% -
XYZ 40.64 22.63 2.61 -
YUV 105.58 75.76 231.01 -
System Red Green Blue C M Y K H S L
Decimal 250 50 13 0 0.8 0.95 0.02 9.37 0.96 0.52
Hex FA 32 D 0 50 5F 2 9 60 34
Octal 372 62 15 0 120 137 2 11 140 64
Binary 11111010 110010 1101 0 1010000 1011111 10 1001 1100000 110100

Color Harmonies of #FA320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA320D

Black with #FA320D

Text Example


Text Example

White with #FA320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA320D; }

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

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

background-color css

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

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

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

border-color css

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

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

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