Html Css Color HEX #FD1313 Red

📋 copy color: '#FD1313'

red 253 ◦ green 19 ◦ blue 19

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

Shades of Red #FD1313

Tints of Red #FD1313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.53%

R = 86.94%
G = 6.53%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD1313 (or 0xFD1313) is known color: Red. HEX triplet: FD, 13 and 13. RGB value is (253,19,19). Sum of RGB (Red+Green+Blue) = 253+19+19=291 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.94% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1313 is #02ECEC. Grayscale: #595959. Windows color (decimal): -191725 or 1250301. OLE color: 1250301.

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

Color convert

RGB 253 19 19 -
CMYK 0 0.92 0.92 0.01
HSL 0.98% 0.53% -
HSV(B) 0.92% 0.99% -
XYZ 40.86 21.4 2.59 -
YUV 88.97 88.52 245 -
System Red Green Blue C M Y K H S L
Decimal 253 19 19 0 0.92 0.92 0.01 0 0.98 0.53
Hex FD 13 13 0 5C 5C 1 0 62 35
Octal 375 23 23 0 134 134 1 0 142 65
Binary 11111101 10011 10011 0 1011100 1011100 1 0 1100010 110101

Color Harmonies of #FD1313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1313

Black with #FD1313

Text Example


Text Example

White with #FD1313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1313; }

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

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

background-color css

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

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

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

border-color css

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

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

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