Html Css Color HEX #FD1106 Red

📋 copy color: '#FD1106'

red 253 ◦ green 17 ◦ blue 6

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

Shades of Red #FD1106

Tints of Red #FD1106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.17%

R = 91.67%
G = 6.16%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD1106 (or 0xFD1106) is known color: Red. HEX triplet: FD, 11 and 06. RGB value is (253,17,6). Sum of RGB (Red+Green+Blue) = 253+17+6=276 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.67% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1106 is #02EEF9. Grayscale: #565656. Windows color (decimal): -192250 or 397821. OLE color: 397821.

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

Color convert

RGB 253 17 6 -
CMYK 0 0.93 0.98 0.01
HSL 2.67º 0.98% 0.51% -
HSV(B) 2.67º 0.98% 0.99% -
XYZ 40.74 21.3 2.14 -
YUV 86.31 82.69 246.89 -
System Red Green Blue C M Y K H S L
Decimal 253 17 6 0 0.93 0.98 0.01 2.67 0.98 0.51
Hex FD 11 6 0 5D 62 1 3 62 33
Octal 375 21 6 0 135 142 1 3 142 63
Binary 11111101 10001 110 0 1011101 1100010 1 11 1100010 110011

Color Harmonies of #FD1106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1106

Black with #FD1106

Text Example


Text Example

White with #FD1106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1106; }

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

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

background-color css

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

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

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

border-color css

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

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

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