Html Css Color HEX #FD2411 Scarlet

📋 copy color: '#FD2411'

red 253 ◦ green 36 ◦ blue 17

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

Shades of Scarlet #FD2411

Tints of Scarlet #FD2411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.76%

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

R = 82.68%
G = 11.76%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD2411 (or 0xFD2411) is known color: Scarlet. HEX triplet: FD, 24 and 11. RGB value is (253,36,17). Sum of RGB (Red+Green+Blue) = 253+36+17=306 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.68% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2411 is #02DBEE. Grayscale: #636363. Windows color (decimal): -187375 or 1123581. OLE color: 1123581.

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

Color convert

RGB 253 36 17 -
CMYK 0 0.86 0.93 0.01
HSL 4.83º 0.98% 0.53% -
HSV(B) 4.83º 0.93% 0.99% -
XYZ 41.24 22.18 2.64 -
YUV 98.72 81.89 238.04 -
System Red Green Blue C M Y K H S L
Decimal 253 36 17 0 0.86 0.93 0.01 4.83 0.98 0.53
Hex FD 24 11 0 56 5D 1 5 62 35
Octal 375 44 21 0 126 135 1 5 142 65
Binary 11111101 100100 10001 0 1010110 1011101 1 101 1100010 110101

Color Harmonies of #FD2411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2411

Black with #FD2411

Text Example


Text Example

White with #FD2411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2411; }

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

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

background-color css

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

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

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

border-color css

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

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

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