Html Css Color HEX #FA2D16 Scarlet

📋 copy color: '#FA2D16'

red 250 ◦ green 45 ◦ blue 22

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

Shades of Scarlet #FA2D16

Tints of Scarlet #FA2D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

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

R = 78.86%
G = 14.2%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA2D16 (or 0xFA2D16) is known color: Scarlet. HEX triplet: FA, 2D and 16. RGB value is (250,45,22). Sum of RGB (Red+Green+Blue) = 250+45+22=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2D16 is #05D2E9. Grayscale: #676767. Windows color (decimal): -381674 or 1453562. OLE color: 1453562.

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

Color convert

RGB 250 45 22 -
CMYK 0 0.82 0.91 0.02
HSL 6.05º 0.96% 0.53% -
HSV(B) 6.05º 0.91% 0.98% -
XYZ 40.51 22.26 2.92 -
YUV 103.67 81.92 232.37 -
System Red Green Blue C M Y K H S L
Decimal 250 45 22 0 0.82 0.91 0.02 6.05 0.96 0.53
Hex FA 2D 16 0 52 5B 2 6 60 35
Octal 372 55 26 0 122 133 2 6 140 65
Binary 11111010 101101 10110 0 1010010 1011011 10 110 1100000 110101

Color Harmonies of #FA2D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D16

Black with #FA2D16

Text Example


Text Example

White with #FA2D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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