Html Css Color HEX #FA2816 Scarlet

📋 copy color: '#FA2816'

red 250 ◦ green 40 ◦ blue 22

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

Shades of Scarlet #FA2816

Tints of Scarlet #FA2816

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

 BLUE value IS 22 (8.98% from 255) = 7.05%

R = 80.13%
G = 12.82%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA2816 (or 0xFA2816) is known color: Scarlet. HEX triplet: FA, 28 and 16. RGB value is (250,40,22). Sum of RGB (Red+Green+Blue) = 250+40+22=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2816 is #05D7E9. Grayscale: #656565. Windows color (decimal): -382954 or 1452282. OLE color: 1452282.

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

Color convert

RGB 250 40 22 -
CMYK 0 0.84 0.91 0.02
HSL 4.74º 0.96% 0.53% -
HSV(B) 4.74º 0.91% 0.98% -
XYZ 40.33 21.9 2.86 -
YUV 100.74 83.57 234.46 -
System Red Green Blue C M Y K H S L
Decimal 250 40 22 0 0.84 0.91 0.02 4.74 0.96 0.53
Hex FA 28 16 0 54 5B 2 5 60 35
Octal 372 50 26 0 124 133 2 5 140 65
Binary 11111010 101000 10110 0 1010100 1011011 10 101 1100000 110101

Color Harmonies of #FA2816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2816

Black with #FA2816

Text Example


Text Example

White with #FA2816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2816; }

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

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

background-color css

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

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

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

border-color css

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

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

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