Html Css Color HEX #FE1008 Red

📋 copy color: '#FE1008'

red 254 ◦ green 16 ◦ blue 8

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

Shades of Red #FE1008

Tints of Red #FE1008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.88%

R = 91.37%
G = 5.76%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE1008 (or 0xFE1008) is known color: Red. HEX triplet: FE, 10 and 08. RGB value is (254,16,8). Sum of RGB (Red+Green+Blue) = 254+16+8=278 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.37% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1008 is #01EFF7. Grayscale: #565656. Windows color (decimal): -126968 or 528638. OLE color: 528638.

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

Color convert

RGB 254 16 8 -
CMYK 0 0.94 0.97 0.00
HSL 1.95º 0.99% 0.51% -
HSV(B) 1.95º 0.97% 1% -
XYZ 41.1 21.46 2.21 -
YUV 86.25 83.85 247.65 -
System Red Green Blue C M Y K H S L
Decimal 254 16 8 0 0.94 0.97 0.00 1.95 0.99 0.51
Hex FE 10 8 0 5E 61 0 2 63 33
Octal 376 20 10 0 136 141 0 2 143 63
Binary 11111110 10000 1000 0 1011110 1100001 0 10 1100011 110011

Color Harmonies of #FE1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1008

Black with #FE1008

Text Example


Text Example

White with #FE1008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1008; }

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

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

background-color css

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

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

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

border-color css

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

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

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