Html Css Color HEX #FE1005 Red

📋 copy color: '#FE1005'

red 254 ◦ green 16 ◦ blue 5

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

Shades of Red #FE1005

Tints of Red #FE1005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 92.36%
G = 5.82%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE1005 (or 0xFE1005) is known color: Red. HEX triplet: FE, 10 and 05. RGB value is (254,16,5). Sum of RGB (Red+Green+Blue) = 254+16+5=275 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.36% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1005 is #01EFFA. Grayscale: #565656. Windows color (decimal): -126971 or 332030. OLE color: 332030.

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

Color convert

RGB 254 16 5 -
CMYK 0 0.94 0.98 0.00
HSL 2.65º 0.99% 0.51% -
HSV(B) 2.65º 0.98% 1% -
XYZ 41.09 21.45 2.12 -
YUV 85.91 82.35 247.89 -
System Red Green Blue C M Y K H S L
Decimal 254 16 5 0 0.94 0.98 0.00 2.65 0.99 0.51
Hex FE 10 5 0 5E 62 0 3 63 33
Octal 376 20 5 0 136 142 0 3 143 63
Binary 11111110 10000 101 0 1011110 1100010 0 11 1100011 110011

Color Harmonies of #FE1005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1005

Black with #FE1005

Text Example


Text Example

White with #FE1005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1005; }

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

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

background-color css

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

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

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

border-color css

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

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

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