Html Css Color HEX #FA2911 Scarlet

📋 copy color: '#FA2911'

red 250 ◦ green 41 ◦ blue 17

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

Shades of Scarlet #FA2911

Tints of Scarlet #FA2911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 81.17%
G = 13.31%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA2911 (or 0xFA2911) is known color: Scarlet. HEX triplet: FA, 29 and 11. RGB value is (250,41,17). Sum of RGB (Red+Green+Blue) = 250+41+17=308 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.17% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2911 is #05D6EE. Grayscale: #656565. Windows color (decimal): -382703 or 1124858. OLE color: 1124858.

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

Color convert

RGB 250 41 17 -
CMYK 0 0.84 0.93 0.02
HSL 6.18º 0.96% 0.52% -
HSV(B) 6.18º 0.93% 0.98% -
XYZ 40.32 21.95 2.64 -
YUV 100.76 80.74 234.45 -
System Red Green Blue C M Y K H S L
Decimal 250 41 17 0 0.84 0.93 0.02 6.18 0.96 0.52
Hex FA 29 11 0 54 5D 2 6 60 34
Octal 372 51 21 0 124 135 2 6 140 64
Binary 11111010 101001 10001 0 1010100 1011101 10 110 1100000 110100

Color Harmonies of #FA2911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2911

Black with #FA2911

Text Example


Text Example

White with #FA2911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2911; }

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

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

background-color css

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

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

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

border-color css

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

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

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