Html Css Color HEX #FE130E Red

📋 copy color: '#FE130E'

red 254 ◦ green 19 ◦ blue 14

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

Shades of Red #FE130E

Tints of Red #FE130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

 BLUE value IS 14 (5.86% from 255) = 4.88%

R = 88.5%
G = 6.62%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE130E (or 0xFE130E) is known color: Red. HEX triplet: FE, 13 and 0E. RGB value is (254,19,14). Sum of RGB (Red+Green+Blue) = 254+19+14=287 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.50% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 254 - color contains mainly: red. Hex color #FE130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE130E is #01ECF1. Grayscale: #585858. Windows color (decimal): -126194 or 922622. OLE color: 922622.

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

Color convert

RGB 254 19 14 -
CMYK 0 0.93 0.94 0.00
HSL 1.25º 0.99% 0.53% -
HSV(B) 1.25º 0.94% 1% -
XYZ 41.19 21.57 2.41 -
YUV 88.7 85.86 245.91 -
System Red Green Blue C M Y K H S L
Decimal 254 19 14 0 0.93 0.94 0.00 1.25 0.99 0.53
Hex FE 13 E 0 5D 5E 0 1 63 35
Octal 376 23 16 0 135 136 0 1 143 65
Binary 11111110 10011 1110 0 1011101 1011110 0 1 1100011 110101

Color Harmonies of #FE130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE130E

Black with #FE130E

Text Example


Text Example

White with #FE130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE130E; }

 p { color: rgb(254,19,14); }

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

background-color css

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

 a { background-color: rgb(254,19,14); }

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

border-color css

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

 span { border-color: rgb(254,19,14); }

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