Html Css Color HEX #FF0800 Red

📋 copy color: '#FF0800'

red 255 ◦ green 8 ◦ blue 0

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

Shades of Red #FF0800

Tints of Red #FF0800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.04%

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

R = 96.96%
G = 3.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF0800 (or 0xFF0800) is known color: Red. HEX triplet: FF, 08 and 00. RGB value is (255,8,0). Sum of RGB (Red+Green+Blue) = 255+8+0=263 (34% of max value = 765). Red value is 255 (100% from 255 or 96.96% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0800 is #00F7FF. Grayscale: #515151. Windows color (decimal): -63488 or 2303. OLE color: 2303.

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

Color convert

RGB 255 8 0 -
CMYK 0 0.97 1 0
HSL 1.88º 1% 0.5% -
HSV(B) 1.88º 1% 1% -
XYZ 41.33 21.43 1.96 -
YUV 80.94 82.33 252.15 -
System Red Green Blue C M Y K H S L
Decimal 255 8 0 0 0.97 1 0 1.88 1 0.5
Hex FF 8 0 0 61 64 0 2 64 32
Octal 377 10 0 0 141 144 0 2 144 62
Binary 11111111 1000 0 0 1100001 1100100 0 10 1100100 110010

Color Harmonies of #FF0800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0800

Black with #FF0800

Text Example


Text Example

White with #FF0800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0800; }

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

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

background-color css

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

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

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

border-color css

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

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

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