Html Css Color HEX #FD1811 Scarlet

📋 copy color: '#FD1811'

red 253 ◦ green 24 ◦ blue 17

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

Shades of Scarlet #FD1811

Tints of Scarlet #FD1811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.16%

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

R = 86.05%
G = 8.16%
B = 5.78%

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

#FD1811 (or 0xFD1811) is known color: Scarlet. HEX triplet: FD, 18 and 11. RGB value is (253,24,17). Sum of RGB (Red+Green+Blue) = 253+24+17=294 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.05% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1811 is #02E7EE. Grayscale: #5B5B5B. Windows color (decimal): -190447 or 1120509. OLE color: 1120509.

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

Color convert

RGB 253 24 17 -
CMYK 0 0.91 0.93 0.01
HSL 1.78º 0.98% 0.53% -
HSV(B) 1.78º 0.93% 0.99% -
XYZ 40.94 21.58 2.54 -
YUV 91.67 85.87 243.07 -
System Red Green Blue C M Y K H S L
Decimal 253 24 17 0 0.91 0.93 0.01 1.78 0.98 0.53
Hex FD 18 11 0 5B 5D 1 2 62 35
Octal 375 30 21 0 133 135 1 2 142 65
Binary 11111101 11000 10001 0 1011011 1011101 1 10 1100010 110101

Color Harmonies of #FD1811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1811

Black with #FD1811

Text Example


Text Example

White with #FD1811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1811; }

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

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

background-color css

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

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

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

border-color css

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

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

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