Html Css Color HEX #FD291D Scarlet

📋 copy color: '#FD291D'

red 253 ◦ green 41 ◦ blue 29

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

Shades of Scarlet #FD291D

Tints of Scarlet #FD291D

RGB

 RED value IS 253 (99.22% from 255) = 78.33%

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

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

R = 78.33%
G = 12.69%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD291D (or 0xFD291D) is known color: Scarlet. HEX triplet: FD, 29 and 1D. RGB value is (253,41,29). Sum of RGB (Red+Green+Blue) = 253+41+29=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD291D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD291D is #02D6E2. Grayscale: #676767. Windows color (decimal): -186083 or 1911293. OLE color: 1911293.

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

Color convert

RGB 253 41 29 -
CMYK 0 0.84 0.89 0.01
HSL 3.21º 0.98% 0.55% -
HSV(B) 3.21º 0.89% 0.99% -
XYZ 41.52 22.56 3.33 -
YUV 103.02 86.24 234.98 -
System Red Green Blue C M Y K H S L
Decimal 253 41 29 0 0.84 0.89 0.01 3.21 0.98 0.55
Hex FD 29 1D 0 54 59 1 3 62 37
Octal 375 51 35 0 124 131 1 3 142 67
Binary 11111101 101001 11101 0 1010100 1011001 1 11 1100010 110111

Color Harmonies of #FD291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD291D

Black with #FD291D

Text Example


Text Example

White with #FD291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD291D; }

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

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

background-color css

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

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

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

border-color css

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

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

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