Html Css Color HEX #FA2D11 Scarlet

📋 copy color: '#FA2D11'

red 250 ◦ green 45 ◦ blue 17

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

Shades of Scarlet #FA2D11

Tints of Scarlet #FA2D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.45%

R = 80.13%
G = 14.42%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA2D11 (or 0xFA2D11) is known color: Scarlet. HEX triplet: FA, 2D and 11. RGB value is (250,45,17). Sum of RGB (Red+Green+Blue) = 250+45+17=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2D11 is #05D2EE. Grayscale: #676767. Windows color (decimal): -381679 or 1125882. OLE color: 1125882.

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

Color convert

RGB 250 45 17 -
CMYK 0 0.82 0.93 0.02
HSL 7.21º 0.96% 0.52% -
HSV(B) 7.21º 0.93% 0.98% -
XYZ 40.46 22.24 2.69 -
YUV 103.1 79.42 232.78 -
System Red Green Blue C M Y K H S L
Decimal 250 45 17 0 0.82 0.93 0.02 7.21 0.96 0.52
Hex FA 2D 11 0 52 5D 2 7 60 34
Octal 372 55 21 0 122 135 2 7 140 64
Binary 11111010 101101 10001 0 1010010 1011101 10 111 1100000 110100

Color Harmonies of #FA2D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D11

Black with #FA2D11

Text Example


Text Example

White with #FA2D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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