Html Css Color HEX #FD110E Red

📋 copy color: '#FD110E'

red 253 ◦ green 17 ◦ blue 14

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

Shades of Red #FD110E

Tints of Red #FD110E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

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

R = 89.08%
G = 5.99%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD110E (or 0xFD110E) is known color: Red. HEX triplet: FD, 11 and 0E. RGB value is (253,17,14). Sum of RGB (Red+Green+Blue) = 253+17+14=284 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.08% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 253 - color contains mainly: red. Hex color #FD110E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD110E is #02EEF1. Grayscale: #575757. Windows color (decimal): -192242 or 922109. OLE color: 922109.

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

Color convert

RGB 253 17 14 -
CMYK 0 0.93 0.94 0.01
HSL 0.75º 0.98% 0.52% -
HSV(B) 0.75º 0.94% 0.99% -
XYZ 40.79 21.32 2.38 -
YUV 87.22 86.69 246.24 -
System Red Green Blue C M Y K H S L
Decimal 253 17 14 0 0.93 0.94 0.01 0.75 0.98 0.52
Hex FD 11 E 0 5D 5E 1 1 62 34
Octal 375 21 16 0 135 136 1 1 142 64
Binary 11111101 10001 1110 0 1011101 1011110 1 1 1100010 110100

Color Harmonies of #FD110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD110E

Black with #FD110E

Text Example


Text Example

White with #FD110E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD110E; }

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

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

background-color css

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

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

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

border-color css

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

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

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