Html Css Color HEX #FD1308 Scarlet

📋 copy color: '#FD1308'

red 253 ◦ green 19 ◦ blue 8

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

Shades of Scarlet #FD1308

Tints of Scarlet #FD1308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

 BLUE value IS 8 (3.52% from 255) = 2.86%

R = 90.36%
G = 6.79%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FD1308 (or 0xFD1308) is known color: Scarlet. HEX triplet: FD, 13 and 08. RGB value is (253,19,8). Sum of RGB (Red+Green+Blue) = 253+19+8=280 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.36% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1308 is #02ECF7. Grayscale: #575757. Windows color (decimal): -191736 or 529405. OLE color: 529405.

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

Color convert

RGB 253 19 8 -
CMYK 0 0.92 0.97 0.01
HSL 2.69º 0.98% 0.51% -
HSV(B) 2.69º 0.97% 0.99% -
XYZ 40.78 21.37 2.2 -
YUV 87.71 83.02 245.89 -
System Red Green Blue C M Y K H S L
Decimal 253 19 8 0 0.92 0.97 0.01 2.69 0.98 0.51
Hex FD 13 8 0 5C 61 1 3 62 33
Octal 375 23 10 0 134 141 1 3 142 63
Binary 11111101 10011 1000 0 1011100 1100001 1 11 1100010 110011

Color Harmonies of #FD1308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1308

Black with #FD1308

Text Example


Text Example

White with #FD1308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1308; }

 p { color: rgb(253,19,8); }

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

background-color css

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

 a { background-color: rgb(253,19,8); }

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

border-color css

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

 span { border-color: rgb(253,19,8); }

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