Html Css Color HEX #FD1806 Scarlet

📋 copy color: '#FD1806'

red 253 ◦ green 24 ◦ blue 6

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

Shades of Scarlet #FD1806

Tints of Scarlet #FD1806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.12%

R = 89.4%
G = 8.48%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD1806 (or 0xFD1806) is known color: Scarlet. HEX triplet: FD, 18 and 06. RGB value is (253,24,6). Sum of RGB (Red+Green+Blue) = 253+24+6=283 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.40% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1806 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1806 is #02E7F9. Grayscale: #5A5A5A. Windows color (decimal): -190458 or 399613. OLE color: 399613.

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

Color convert

RGB 253 24 6 -
CMYK 0 0.91 0.98 0.01
HSL 4.37º 0.98% 0.51% -
HSV(B) 4.37º 0.98% 0.99% -
XYZ 40.87 21.55 2.18 -
YUV 90.42 80.37 243.96 -
System Red Green Blue C M Y K H S L
Decimal 253 24 6 0 0.91 0.98 0.01 4.37 0.98 0.51
Hex FD 18 6 0 5B 62 1 4 62 33
Octal 375 30 6 0 133 142 1 4 142 63
Binary 11111101 11000 110 0 1011011 1100010 1 100 1100010 110011

Color Harmonies of #FD1806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1806

Black with #FD1806

Text Example


Text Example

White with #FD1806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1806; }

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

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

background-color css

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

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

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

border-color css

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

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

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