Html Css Color HEX #FD1606 Scarlet

📋 copy color: '#FD1606'

red 253 ◦ green 22 ◦ blue 6

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

Shades of Scarlet #FD1606

Tints of Scarlet #FD1606

RGB

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

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

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

R = 90.04%
G = 7.83%
B = 2.14%

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

#FD1606 (or 0xFD1606) is known color: Scarlet. HEX triplet: FD, 16 and 06. RGB value is (253,22,6). Sum of RGB (Red+Green+Blue) = 253+22+6=281 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.04% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1606 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1606 is #02E9F9. Grayscale: #595959. Windows color (decimal): -190970 or 399101. OLE color: 399101.

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

Color convert

RGB 253 22 6 -
CMYK 0 0.91 0.98 0.01
HSL 3.89º 0.98% 0.51% -
HSV(B) 3.89º 0.98% 0.99% -
XYZ 40.83 21.47 2.16 -
YUV 89.25 81.03 244.8 -
System Red Green Blue C M Y K H S L
Decimal 253 22 6 0 0.91 0.98 0.01 3.89 0.98 0.51
Hex FD 16 6 0 5B 62 1 4 62 33
Octal 375 26 6 0 133 142 1 4 142 63
Binary 11111101 10110 110 0 1011011 1100010 1 100 1100010 110011

Color Harmonies of #FD1606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1606

Black with #FD1606

Text Example


Text Example

White with #FD1606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1606; }

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

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

background-color css

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

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

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

border-color css

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

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

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