Html Css Color HEX #FD1109 Red

📋 copy color: '#FD1109'

red 253 ◦ green 17 ◦ blue 9

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

Shades of Red #FD1109

Tints of Red #FD1109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.23%

R = 90.68%
G = 6.09%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD1109 (or 0xFD1109) is known color: Red. HEX triplet: FD, 11 and 09. RGB value is (253,17,9). Sum of RGB (Red+Green+Blue) = 253+17+9=279 (36% of max value = 765). Red value is 253 (99.22% from 255 or 90.68% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1109 is #02EEF6. Grayscale: #565656. Windows color (decimal): -192247 or 594429. OLE color: 594429.

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

Color convert

RGB 253 17 9 -
CMYK 0 0.93 0.96 0.01
HSL 1.97º 0.98% 0.51% -
HSV(B) 1.97º 0.96% 0.99% -
XYZ 40.76 21.3 2.22 -
YUV 86.65 84.19 246.65 -
System Red Green Blue C M Y K H S L
Decimal 253 17 9 0 0.93 0.96 0.01 1.97 0.98 0.51
Hex FD 11 9 0 5D 60 1 2 62 33
Octal 375 21 11 0 135 140 1 2 142 63
Binary 11111101 10001 1001 0 1011101 1100000 1 10 1100010 110011

Color Harmonies of #FD1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1109

Black with #FD1109

Text Example


Text Example

White with #FD1109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1109; }

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

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

background-color css

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

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

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

border-color css

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

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

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