Html Css Color HEX #FE110B Red

📋 copy color: '#FE110B'

red 254 ◦ green 17 ◦ blue 11

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

Shades of Red #FE110B

Tints of Red #FE110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.9%

R = 90.07%
G = 6.03%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE110B (or 0xFE110B) is known color: Red. HEX triplet: FE, 11 and 0B. RGB value is (254,17,11). Sum of RGB (Red+Green+Blue) = 254+17+11=282 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.07% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 254 - color contains mainly: red. Hex color #FE110B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE110B is #01EEF4. Grayscale: #575757. Windows color (decimal): -126709 or 725502. OLE color: 725502.

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

Color convert

RGB 254 17 11 -
CMYK 0 0.93 0.96 0.00
HSL 1.48º 0.99% 0.52% -
HSV(B) 1.48º 0.96% 1% -
XYZ 41.13 21.5 2.3 -
YUV 87.18 85.02 246.99 -
System Red Green Blue C M Y K H S L
Decimal 254 17 11 0 0.93 0.96 0.00 1.48 0.99 0.52
Hex FE 11 B 0 5D 60 0 1 63 34
Octal 376 21 13 0 135 140 0 1 143 64
Binary 11111110 10001 1011 0 1011101 1100000 0 1 1100011 110100

Color Harmonies of #FE110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE110B

Black with #FE110B

Text Example


Text Example

White with #FE110B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE110B; }

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

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

background-color css

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

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

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

border-color css

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

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

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