Html Css Color HEX #FD2811 Scarlet

📋 copy color: '#FD2811'

red 253 ◦ green 40 ◦ blue 17

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

Shades of Scarlet #FD2811

Tints of Scarlet #FD2811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 81.61%
G = 12.9%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD2811 (or 0xFD2811) is known color: Scarlet. HEX triplet: FD, 28 and 11. RGB value is (253,40,17). Sum of RGB (Red+Green+Blue) = 253+40+17=310 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.61% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2811 is #02D7EE. Grayscale: #656565. Windows color (decimal): -186351 or 1124605. OLE color: 1124605.

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

Color convert

RGB 253 40 17 -
CMYK 0 0.84 0.93 0.01
HSL 5.85º 0.98% 0.53% -
HSV(B) 5.85º 0.93% 0.99% -
XYZ 41.37 22.44 2.68 -
YUV 101.07 80.57 236.37 -
System Red Green Blue C M Y K H S L
Decimal 253 40 17 0 0.84 0.93 0.01 5.85 0.98 0.53
Hex FD 28 11 0 54 5D 1 6 62 35
Octal 375 50 21 0 124 135 1 6 142 65
Binary 11111101 101000 10001 0 1010100 1011101 1 110 1100010 110101

Color Harmonies of #FD2811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2811

Black with #FD2811

Text Example


Text Example

White with #FD2811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2811; }

 p { color: rgb(253,40,17); }

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

background-color css

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

 a { background-color: rgb(253,40,17); }

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

border-color css

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

 span { border-color: rgb(253,40,17); }

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