Html Css Color HEX #FA3015 Scarlet

📋 copy color: '#FA3015'

red 250 ◦ green 48 ◦ blue 21

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

Shades of Scarlet #FA3015

Tints of Scarlet #FA3015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

 BLUE value IS 21 (8.59% from 255) = 6.58%

R = 78.37%
G = 15.05%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA3015 (or 0xFA3015) is known color: Scarlet. HEX triplet: FA, 30 and 15. RGB value is (250,48,21). Sum of RGB (Red+Green+Blue) = 250+48+21=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3015 is #05CFEA. Grayscale: #696969. Windows color (decimal): -380907 or 1388794. OLE color: 1388794.

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

Color convert

RGB 250 48 21 -
CMYK 0 0.81 0.92 0.02
HSL 7.07º 0.96% 0.53% -
HSV(B) 7.07º 0.92% 0.98% -
XYZ 40.62 22.49 2.91 -
YUV 105.32 80.42 231.2 -
System Red Green Blue C M Y K H S L
Decimal 250 48 21 0 0.81 0.92 0.02 7.07 0.96 0.53
Hex FA 30 15 0 51 5C 2 7 60 35
Octal 372 60 25 0 121 134 2 7 140 65
Binary 11111010 110000 10101 0 1010001 1011100 10 111 1100000 110101

Color Harmonies of #FA3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3015

Black with #FA3015

Text Example


Text Example

White with #FA3015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3015; }

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

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

background-color css

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

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

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

border-color css

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

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

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