Html Css Color HEX #FF0706 Red

📋 copy color: '#FF0706'

red 255 ◦ green 7 ◦ blue 6

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

Shades of Red #FF0706

Tints of Red #FF0706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.61%

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

R = 95.15%
G = 2.61%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF0706 (or 0xFF0706) is known color: Red. HEX triplet: FF, 07 and 06. RGB value is (255,7,6). Sum of RGB (Red+Green+Blue) = 255+7+6=268 (35% of max value = 765). Red value is 255 (100% from 255 or 95.15% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0706 is #00F8F9. Grayscale: #515151. Windows color (decimal): -63738 or 395263. OLE color: 395263.

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

Color convert

RGB 255 7 6 -
CMYK 0 0.97 0.98 0
HSL 0.24º 1% 0.51% -
HSV(B) 0.24º 0.98% 1% -
XYZ 41.35 21.43 2.13 -
YUV 81.04 85.66 252.08 -
System Red Green Blue C M Y K H S L
Decimal 255 7 6 0 0.97 0.98 0 0.24 1 0.51
Hex FF 7 6 0 61 62 0 0 64 33
Octal 377 7 6 0 141 142 0 0 144 63
Binary 11111111 111 110 0 1100001 1100010 0 0 1100100 110011

Color Harmonies of #FF0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0706

Black with #FF0706

Text Example


Text Example

White with #FF0706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0706; }

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

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

background-color css

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

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

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

border-color css

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

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

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