Html Css Color HEX #FD130E Red

📋 copy color: '#FD130E'

red 253 ◦ green 19 ◦ blue 14

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

Shades of Red #FD130E

Tints of Red #FD130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.9%

R = 88.46%
G = 6.64%
B = 4.9%

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

#FD130E (or 0xFD130E) is known color: Red. HEX triplet: FD, 13 and 0E. RGB value is (253,19,14). Sum of RGB (Red+Green+Blue) = 253+19+14=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD130E is #02ECF1. Grayscale: #585858. Windows color (decimal): -191730 or 922621. OLE color: 922621.

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

Color convert

RGB 253 19 14 -
CMYK 0 0.92 0.94 0.01
HSL 1.26º 0.98% 0.52% -
HSV(B) 1.26º 0.94% 0.99% -
XYZ 40.82 21.38 2.39 -
YUV 88.4 86.02 245.41 -
System Red Green Blue C M Y K H S L
Decimal 253 19 14 0 0.92 0.94 0.01 1.26 0.98 0.52
Hex FD 13 E 0 5C 5E 1 1 62 34
Octal 375 23 16 0 134 136 1 1 142 64
Binary 11111101 10011 1110 0 1011100 1011110 1 1 1100010 110100

Color Harmonies of #FD130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD130E

Black with #FD130E

Text Example


Text Example

White with #FD130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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