Html Css Color HEX #FA2B16 Scarlet

📋 copy color: '#FA2B16'

red 250 ◦ green 43 ◦ blue 22

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

Shades of Scarlet #FA2B16

Tints of Scarlet #FA2B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.65%

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

R = 79.37%
G = 13.65%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA2B16 (or 0xFA2B16) is known color: Scarlet. HEX triplet: FA, 2B and 16. RGB value is (250,43,22). Sum of RGB (Red+Green+Blue) = 250+43+22=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2B16 is #05D4E9. Grayscale: #666666. Windows color (decimal): -382186 or 1453050. OLE color: 1453050.

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

Color convert

RGB 250 43 22 -
CMYK 0 0.83 0.91 0.02
HSL 5.53º 0.96% 0.53% -
HSV(B) 5.53º 0.91% 0.98% -
XYZ 40.43 22.11 2.9 -
YUV 102.5 82.58 233.21 -
System Red Green Blue C M Y K H S L
Decimal 250 43 22 0 0.83 0.91 0.02 5.53 0.96 0.53
Hex FA 2B 16 0 53 5B 2 6 60 35
Octal 372 53 26 0 123 133 2 6 140 65
Binary 11111010 101011 10110 0 1010011 1011011 10 110 1100000 110101

Color Harmonies of #FA2B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B16

Black with #FA2B16

Text Example


Text Example

White with #FA2B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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