Html Css Color HEX #FE0606 Red

📋 copy color: '#FE0606'

red 254 ◦ green 6 ◦ blue 6

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

Shades of Red #FE0606

Tints of Red #FE0606

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 95.49%
G = 2.26%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE0606 (or 0xFE0606) is known color: Red. HEX triplet: FE, 06 and 06. RGB value is (254,6,6). Sum of RGB (Red+Green+Blue) = 254+6+6=266 (35% of max value = 765). Red value is 254 (99.61% from 255 or 95.49% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0606 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0606 is #01F9F9. Grayscale: #505050. Windows color (decimal): -129530 or 395006. OLE color: 395006.

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

Color convert

RGB 254 6 6 -
CMYK 0 0.98 0.98 0.00
HSL 0.99% 0.51% -
HSV(B) 0.98% 1% -
XYZ 40.97 21.21 2.11 -
YUV 80.15 86.16 252 -
System Red Green Blue C M Y K H S L
Decimal 254 6 6 0 0.98 0.98 0.00 0 0.99 0.51
Hex FE 6 6 0 62 62 0 0 63 33
Octal 376 6 6 0 142 142 0 0 143 63
Binary 11111110 110 110 0 1100010 1100010 0 0 1100011 110011

Color Harmonies of #FE0606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0606

Black with #FE0606

Text Example


Text Example

White with #FE0606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0606; }

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

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

background-color css

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

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

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

border-color css

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

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

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