Html Css Color HEX #FD1906 Scarlet

📋 copy color: '#FD1906'

red 253 ◦ green 25 ◦ blue 6

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

Shades of Scarlet #FD1906

Tints of Scarlet #FD1906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

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

R = 89.08%
G = 8.8%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD1906 (or 0xFD1906) is known color: Scarlet. HEX triplet: FD, 19 and 06. RGB value is (253,25,6). Sum of RGB (Red+Green+Blue) = 253+25+6=284 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.08% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1906 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1906 is #02E6F9. Grayscale: #5B5B5B. Windows color (decimal): -190202 or 399869. OLE color: 399869.

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

Color convert

RGB 253 25 6 -
CMYK 0 0.90 0.98 0.01
HSL 4.62º 0.98% 0.51% -
HSV(B) 4.62º 0.98% 0.99% -
XYZ 40.89 21.59 2.18 -
YUV 91.01 80.04 243.54 -
System Red Green Blue C M Y K H S L
Decimal 253 25 6 0 0.90 0.98 0.01 4.62 0.98 0.51
Hex FD 19 6 0 5A 62 1 5 62 33
Octal 375 31 6 0 132 142 1 5 142 63
Binary 11111101 11001 110 0 1011010 1100010 1 101 1100010 110011

Color Harmonies of #FD1906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1906

Black with #FD1906

Text Example


Text Example

White with #FD1906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1906; }

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

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

background-color css

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

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

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

border-color css

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

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

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