Html Css Color HEX #FA2616 Scarlet

📋 copy color: '#FA2616'

red 250 ◦ green 38 ◦ blue 22

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

Shades of Scarlet #FA2616

Tints of Scarlet #FA2616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 80.65%
G = 12.26%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA2616 (or 0xFA2616) is known color: Scarlet. HEX triplet: FA, 26 and 16. RGB value is (250,38,22). Sum of RGB (Red+Green+Blue) = 250+38+22=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2616 is #05D9E9. Grayscale: #636363. Windows color (decimal): -383466 or 1451770. OLE color: 1451770.

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

Color convert

RGB 250 38 22 -
CMYK 0 0.85 0.91 0.02
HSL 4.21º 0.96% 0.53% -
HSV(B) 4.21º 0.91% 0.98% -
XYZ 40.26 21.77 2.84 -
YUV 99.56 84.24 235.3 -
System Red Green Blue C M Y K H S L
Decimal 250 38 22 0 0.85 0.91 0.02 4.21 0.96 0.53
Hex FA 26 16 0 55 5B 2 4 60 35
Octal 372 46 26 0 125 133 2 4 140 65
Binary 11111010 100110 10110 0 1010101 1011011 10 100 1100000 110101

Color Harmonies of #FA2616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2616

Black with #FA2616

Text Example


Text Example

White with #FA2616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2616; }

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

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

background-color css

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

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

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

border-color css

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

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

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