Html Css Color HEX #FE1010 Red

📋 copy color: '#FE1010'

red 254 ◦ green 16 ◦ blue 16

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

Shades of Red #FE1010

Tints of Red #FE1010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

 BLUE value IS 16 (6.64% from 255) = 5.59%

R = 88.81%
G = 5.59%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE1010 (or 0xFE1010) is known color: Red. HEX triplet: FE, 10 and 10. RGB value is (254,16,16). Sum of RGB (Red+Green+Blue) = 254+16+16=286 (37% of max value = 765). Red value is 254 (99.61% from 255 or 88.81% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1010 is #01EFEF. Grayscale: #575757. Windows color (decimal): -126960 or 1052926. OLE color: 1052926.

HSL color Cylindrical-coordinate representation of color #FE1010: hue angle of 0º 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 #FE1010 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 16 16 -
CMYK 0 0.94 0.94 0.00
HSL 0.99% 0.53% -
HSV(B) 0.94% 1% -
XYZ 41.15 21.48 2.47 -
YUV 87.16 87.85 247 -
System Red Green Blue C M Y K H S L
Decimal 254 16 16 0 0.94 0.94 0.00 0 0.99 0.53
Hex FE 10 10 0 5E 5E 0 0 63 35
Octal 376 20 20 0 136 136 0 0 143 65
Binary 11111110 10000 10000 0 1011110 1011110 0 0 1100011 110101

Color Harmonies of #FE1010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1010

Black with #FE1010

Text Example


Text Example

White with #FE1010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1010; }

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

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

background-color css

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

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

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

border-color css

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

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

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