Html Css Color HEX #FD291C Scarlet

📋 copy color: '#FD291C'

red 253 ◦ green 41 ◦ blue 28

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

Shades of Scarlet #FD291C

Tints of Scarlet #FD291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.7%

R = 78.57%
G = 12.73%
B = 8.7%

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

#FD291C (or 0xFD291C) is known color: Scarlet. HEX triplet: FD, 29 and 1C. RGB value is (253,41,28). Sum of RGB (Red+Green+Blue) = 253+41+28=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD291C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD291C is #02D6E3. Grayscale: #676767. Windows color (decimal): -186084 or 1845757. OLE color: 1845757.

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

Color convert

RGB 253 41 28 -
CMYK 0 0.84 0.89 0.01
HSL 3.47º 0.98% 0.55% -
HSV(B) 3.47º 0.89% 0.99% -
XYZ 41.51 22.55 3.26 -
YUV 102.91 85.74 235.06 -
System Red Green Blue C M Y K H S L
Decimal 253 41 28 0 0.84 0.89 0.01 3.47 0.98 0.55
Hex FD 29 1C 0 54 59 1 3 62 37
Octal 375 51 34 0 124 131 1 3 142 67
Binary 11111101 101001 11100 0 1010100 1011001 1 11 1100010 110111

Color Harmonies of #FD291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD291C

Black with #FD291C

Text Example


Text Example

White with #FD291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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