Html Css Color HEX #FD1611 Scarlet

📋 copy color: '#FD1611'

red 253 ◦ green 22 ◦ blue 17

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

Shades of Scarlet #FD1611

Tints of Scarlet #FD1611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.53%

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

R = 86.64%
G = 7.53%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD1611 (or 0xFD1611) is known color: Scarlet. HEX triplet: FD, 16 and 11. RGB value is (253,22,17). Sum of RGB (Red+Green+Blue) = 253+22+17=292 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.64% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1611 is #02E9EE. Grayscale: #5A5A5A. Windows color (decimal): -190959 or 1119997. OLE color: 1119997.

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

Color convert

RGB 253 22 17 -
CMYK 0 0.91 0.93 0.01
HSL 1.27º 0.98% 0.53% -
HSV(B) 1.27º 0.93% 0.99% -
XYZ 40.9 21.5 2.52 -
YUV 90.5 86.53 243.91 -
System Red Green Blue C M Y K H S L
Decimal 253 22 17 0 0.91 0.93 0.01 1.27 0.98 0.53
Hex FD 16 11 0 5B 5D 1 1 62 35
Octal 375 26 21 0 133 135 1 1 142 65
Binary 11111101 10110 10001 0 1011011 1011101 1 1 1100010 110101

Color Harmonies of #FD1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1611

Black with #FD1611

Text Example


Text Example

White with #FD1611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1611; }

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

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

background-color css

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

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

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

border-color css

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

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

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