Html Css Color HEX #FE1313 Red

📋 copy color: '#FE1313'

red 254 ◦ green 19 ◦ blue 19

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

Shades of Red #FE1313

Tints of Red #FE1313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.51%

R = 86.99%
G = 6.51%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE1313 (or 0xFE1313) is known color: Red. HEX triplet: FE, 13 and 13. RGB value is (254,19,19). Sum of RGB (Red+Green+Blue) = 254+19+19=292 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.99% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1313 is #01ECEC. Grayscale: #595959. Windows color (decimal): -126189 or 1250302. OLE color: 1250302.

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

Color convert

RGB 254 19 19 -
CMYK 0 0.93 0.93 0.00
HSL 0.99% 0.54% -
HSV(B) 0.93% 1% -
XYZ 41.22 21.58 2.61 -
YUV 89.27 88.36 245.5 -
System Red Green Blue C M Y K H S L
Decimal 254 19 19 0 0.93 0.93 0.00 0 0.99 0.54
Hex FE 13 13 0 5D 5D 0 0 63 36
Octal 376 23 23 0 135 135 0 0 143 66
Binary 11111110 10011 10011 0 1011101 1011101 0 0 1100011 110110

Color Harmonies of #FE1313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1313

Black with #FE1313

Text Example


Text Example

White with #FE1313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1313; }

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

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

background-color css

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

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

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

border-color css

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

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

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