Html Css Color HEX #FE110D Red

📋 copy color: '#FE110D'

red 254 ◦ green 17 ◦ blue 13

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

Shades of Red #FE110D

Tints of Red #FE110D

RGB

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

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

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

R = 89.44%
G = 5.99%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE110D (or 0xFE110D) is known color: Red. HEX triplet: FE, 11 and 0D. RGB value is (254,17,13). Sum of RGB (Red+Green+Blue) = 254+17+13=284 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.44% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 254 - color contains mainly: red. Hex color #FE110D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE110D is #01EEF2. Grayscale: #575757. Windows color (decimal): -126707 or 856574. OLE color: 856574.

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

Color convert

RGB 254 17 13 -
CMYK 0 0.93 0.95 0.00
HSL 0.99% 0.52% -
HSV(B) 0.95% 1% -
XYZ 41.15 21.5 2.36 -
YUV 87.41 86.02 246.83 -
System Red Green Blue C M Y K H S L
Decimal 254 17 13 0 0.93 0.95 0.00 1 0.99 0.52
Hex FE 11 D 0 5D 5F 0 1 63 34
Octal 376 21 15 0 135 137 0 1 143 64
Binary 11111110 10001 1101 0 1011101 1011111 0 1 1100011 110100

Color Harmonies of #FE110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE110D

Black with #FE110D

Text Example


Text Example

White with #FE110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE110D; }

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

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

background-color css

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

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

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

border-color css

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

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

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