Html Css Color HEX #FD1310 Red

📋 copy color: '#FD1310'

red 253 ◦ green 19 ◦ blue 16

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

Shades of Red #FD1310

Tints of Red #FD1310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.56%

R = 87.85%
G = 6.6%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD1310 (or 0xFD1310) is known color: Red. HEX triplet: FD, 13 and 10. RGB value is (253,19,16). Sum of RGB (Red+Green+Blue) = 253+19+16=288 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.85% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1310 is #02ECEF. Grayscale: #585858. Windows color (decimal): -191728 or 1053693. OLE color: 1053693.

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

Color convert

RGB 253 19 16 -
CMYK 0 0.92 0.94 0.01
HSL 0.76º 0.98% 0.53% -
HSV(B) 0.76º 0.94% 0.99% -
XYZ 40.83 21.39 2.47 -
YUV 88.62 87.02 245.24 -
System Red Green Blue C M Y K H S L
Decimal 253 19 16 0 0.92 0.94 0.01 0.76 0.98 0.53
Hex FD 13 10 0 5C 5E 1 1 62 35
Octal 375 23 20 0 134 136 1 1 142 65
Binary 11111101 10011 10000 0 1011100 1011110 1 1 1100010 110101

Color Harmonies of #FD1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1310

Black with #FD1310

Text Example


Text Example

White with #FD1310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1310; }

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

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

background-color css

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

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

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

border-color css

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

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

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