Html Css Color HEX #FE0505 Red

📋 copy color: '#FE0505'

red 254 ◦ green 5 ◦ blue 5

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

Shades of Red #FE0505

Tints of Red #FE0505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 96.21%
G = 1.89%
B = 1.89%

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

#FE0505 (or 0xFE0505) is known color: Red. HEX triplet: FE, 05 and 05. RGB value is (254,5,5). Sum of RGB (Red+Green+Blue) = 254+5+5=264 (34% of max value = 765). Red value is 254 (99.61% from 255 or 96.21% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0505 is #01FAFA. Grayscale: #4F4F4F. Windows color (decimal): -129787 or 329214. OLE color: 329214.

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

Color convert

RGB 254 5 5 -
CMYK 0 0.98 0.98 0.00
HSL 0.99% 0.51% -
HSV(B) 0.98% 1% -
XYZ 40.95 21.19 2.08 -
YUV 79.45 85.99 252.5 -
System Red Green Blue C M Y K H S L
Decimal 254 5 5 0 0.98 0.98 0.00 0 0.99 0.51
Hex FE 5 5 0 62 62 0 0 63 33
Octal 376 5 5 0 142 142 0 0 143 63
Binary 11111110 101 101 0 1100010 1100010 0 0 1100011 110011

Color Harmonies of #FE0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0505

Black with #FE0505

Text Example


Text Example

White with #FE0505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0505; }

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

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

background-color css

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

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

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

border-color css

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

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

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