Html Css Color HEX #FE1106 Red

📋 copy color: '#FE1106'

red 254 ◦ green 17 ◦ blue 6

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

Shades of Red #FE1106

Tints of Red #FE1106

RGB

 RED value IS 254 (99.61% from 255) = 91.7%

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

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

R = 91.7%
G = 6.14%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE1106 (or 0xFE1106) is known color: Red. HEX triplet: FE, 11 and 06. RGB value is (254,17,6). Sum of RGB (Red+Green+Blue) = 254+17+6=277 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.70% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1106 is #01EEF9. Grayscale: #565656. Windows color (decimal): -126714 or 397822. OLE color: 397822.

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

Color convert

RGB 254 17 6 -
CMYK 0 0.93 0.98 0.00
HSL 2.66º 0.99% 0.51% -
HSV(B) 2.66º 0.98% 1% -
XYZ 41.11 21.48 2.15 -
YUV 86.61 82.52 247.39 -
System Red Green Blue C M Y K H S L
Decimal 254 17 6 0 0.93 0.98 0.00 2.66 0.99 0.51
Hex FE 11 6 0 5D 62 0 3 63 33
Octal 376 21 6 0 135 142 0 3 143 63
Binary 11111110 10001 110 0 1011101 1100010 0 11 1100011 110011

Color Harmonies of #FE1106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1106

Black with #FE1106

Text Example


Text Example

White with #FE1106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1106; }

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

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

background-color css

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

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

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

border-color css

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

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

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