Html Css Color HEX #FD110D Red

📋 copy color: '#FD110D'

red 253 ◦ green 17 ◦ blue 13

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

Shades of Red #FD110D

Tints of Red #FD110D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.59%

R = 89.4%
G = 6.01%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD110D (or 0xFD110D) is known color: Red. HEX triplet: FD, 11 and 0D. RGB value is (253,17,13). Sum of RGB (Red+Green+Blue) = 253+17+13=283 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.40% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 253 - color contains mainly: red. Hex color #FD110D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD110D is #02EEF2. Grayscale: #575757. Windows color (decimal): -192243 or 856573. OLE color: 856573.

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

Color convert

RGB 253 17 13 -
CMYK 0 0.93 0.95 0.01
HSL 0.98% 0.52% -
HSV(B) 0.95% 0.99% -
XYZ 40.78 21.31 2.35 -
YUV 87.11 86.19 246.33 -
System Red Green Blue C M Y K H S L
Decimal 253 17 13 0 0.93 0.95 0.01 1 0.98 0.52
Hex FD 11 D 0 5D 5F 1 1 62 34
Octal 375 21 15 0 135 137 1 1 142 64
Binary 11111101 10001 1101 0 1011101 1011111 1 1 1100010 110100

Color Harmonies of #FD110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD110D

Black with #FD110D

Text Example


Text Example

White with #FD110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD110D; }

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

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

background-color css

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

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

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

border-color css

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

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

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