Html Css Color HEX #FA2D13 Scarlet

📋 copy color: '#FA2D13'

red 250 ◦ green 45 ◦ blue 19

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

Shades of Scarlet #FA2D13

Tints of Scarlet #FA2D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.05%

R = 79.62%
G = 14.33%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA2D13 (or 0xFA2D13) is known color: Scarlet. HEX triplet: FA, 2D and 13. RGB value is (250,45,19). Sum of RGB (Red+Green+Blue) = 250+45+19=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2D13 is #05D2EC. Grayscale: #676767. Windows color (decimal): -381677 or 1256954. OLE color: 1256954.

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

Color convert

RGB 250 45 19 -
CMYK 0 0.82 0.92 0.02
HSL 6.75º 0.96% 0.53% -
HSV(B) 6.75º 0.92% 0.98% -
XYZ 40.48 22.25 2.78 -
YUV 103.33 80.42 232.61 -
System Red Green Blue C M Y K H S L
Decimal 250 45 19 0 0.82 0.92 0.02 6.75 0.96 0.53
Hex FA 2D 13 0 52 5C 2 7 60 35
Octal 372 55 23 0 122 134 2 7 140 65
Binary 11111010 101101 10011 0 1010010 1011100 10 111 1100000 110101

Color Harmonies of #FA2D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D13

Black with #FA2D13

Text Example


Text Example

White with #FA2D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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