Html Css Color HEX #FF0500 Red

📋 copy color: '#FF0500'

red 255 ◦ green 5 ◦ blue 0

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

Shades of Red #FF0500

Tints of Red #FF0500

RGB

 RED value IS 255 (100% from 255) = 98.08%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.08%
G = 1.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF0500 (or 0xFF0500) is known color: Red. HEX triplet: FF, 05 and 00. RGB value is (255,5,0). Sum of RGB (Red+Green+Blue) = 255+5+0=260 (34% of max value = 765). Red value is 255 (100% from 255 or 98.08% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0500 is #00FAFF. Grayscale: #4F4F4F. Windows color (decimal): -64256 or 1535. OLE color: 1535.

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

Color convert

RGB 255 5 0 -
CMYK 0 0.98 1 0
HSL 1.18º 1% 0.5% -
HSV(B) 1.18º 1% 1% -
XYZ 41.29 21.37 1.95 -
YUV 79.18 83.33 253.41 -
System Red Green Blue C M Y K H S L
Decimal 255 5 0 0 0.98 1 0 1.18 1 0.5
Hex FF 5 0 0 62 64 0 1 64 32
Octal 377 5 0 0 142 144 0 1 144 62
Binary 11111111 101 0 0 1100010 1100100 0 1 1100100 110010

Color Harmonies of #FF0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0500

Black with #FF0500

Text Example


Text Example

White with #FF0500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0500; }

 p { color: rgb(255,5,0); }

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

background-color css

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

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

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

border-color css

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

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

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