Html Css Color HEX #FF0600 Red

📋 copy color: '#FF0600'

red 255 ◦ green 6 ◦ blue 0

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

Shades of Red #FF0600

Tints of Red #FF0600

RGB

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

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

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

R = 97.7%
G = 2.3%
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

#FF0600 (or 0xFF0600) is known color: Red. HEX triplet: FF, 06 and 00. RGB value is (255,6,0). Sum of RGB (Red+Green+Blue) = 255+6+0=261 (34% of max value = 765). Red value is 255 (100% from 255 or 97.70% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0600 is #00F9FF. Grayscale: #505050. Windows color (decimal): -64000 or 1791. OLE color: 1791.

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

Color convert

RGB 255 6 0 -
CMYK 0 0.98 1 0
HSL 1.41º 1% 0.5% -
HSV(B) 1.41º 1% 1% -
XYZ 41.31 21.39 1.95 -
YUV 79.77 82.99 252.99 -
System Red Green Blue C M Y K H S L
Decimal 255 6 0 0 0.98 1 0 1.41 1 0.5
Hex FF 6 0 0 62 64 0 1 64 32
Octal 377 6 0 0 142 144 0 1 144 62
Binary 11111111 110 0 0 1100010 1100100 0 1 1100100 110010

Color Harmonies of #FF0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0600

Black with #FF0600

Text Example


Text Example

White with #FF0600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0600; }

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

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

background-color css

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

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

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

border-color css

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

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

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