Html Css Color HEX #FA291D Scarlet

📋 copy color: '#FA291D'

red 250 ◦ green 41 ◦ blue 29

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

Shades of Scarlet #FA291D

Tints of Scarlet #FA291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.06%

R = 78.13%
G = 12.81%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA291D (or 0xFA291D) is known color: Scarlet. HEX triplet: FA, 29 and 1D. RGB value is (250,41,29). Sum of RGB (Red+Green+Blue) = 250+41+29=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA291D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA291D is #05D6E2. Grayscale: #666666. Windows color (decimal): -382691 or 1911290. OLE color: 1911290.

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

Color convert

RGB 250 41 29 -
CMYK 0 0.84 0.88 0.02
HSL 3.26º 0.96% 0.55% -
HSV(B) 3.26º 0.88% 0.98% -
XYZ 40.44 22 3.28 -
YUV 102.12 86.74 233.48 -
System Red Green Blue C M Y K H S L
Decimal 250 41 29 0 0.84 0.88 0.02 3.26 0.96 0.55
Hex FA 29 1D 0 54 58 2 3 60 37
Octal 372 51 35 0 124 130 2 3 140 67
Binary 11111010 101001 11101 0 1010100 1011000 10 11 1100000 110111

Color Harmonies of #FA291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA291D

Black with #FA291D

Text Example


Text Example

White with #FA291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA291D; }

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

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

background-color css

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

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

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

border-color css

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

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

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