Html Css Color HEX #FD3411 Scarlet

📋 copy color: '#FD3411'

red 253 ◦ green 52 ◦ blue 17

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

Shades of Scarlet #FD3411

Tints of Scarlet #FD3411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

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

R = 78.57%
G = 16.15%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD3411 (or 0xFD3411) is known color: Scarlet. HEX triplet: FD, 34 and 11. RGB value is (253,52,17). Sum of RGB (Red+Green+Blue) = 253+52+17=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3411 is #02CBEE. Grayscale: #6C6C6C. Windows color (decimal): -183279 or 1127677. OLE color: 1127677.

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

Color convert

RGB 253 52 17 -
CMYK 0 0.79 0.93 0.01
HSL 8.9º 0.98% 0.53% -
HSV(B) 8.9º 0.93% 0.99% -
XYZ 41.84 23.38 2.84 -
YUV 108.11 76.59 231.35 -
System Red Green Blue C M Y K H S L
Decimal 253 52 17 0 0.79 0.93 0.01 8.9 0.98 0.53
Hex FD 34 11 0 4F 5D 1 9 62 35
Octal 375 64 21 0 117 135 1 11 142 65
Binary 11111101 110100 10001 0 1001111 1011101 1 1001 1100010 110101

Color Harmonies of #FD3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3411

Black with #FD3411

Text Example


Text Example

White with #FD3411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3411; }

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

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

background-color css

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

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

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

border-color css

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

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

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