Html Css Color HEX #FD0706 Red

📋 copy color: '#FD0706'

red 253 ◦ green 7 ◦ blue 6

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

Shades of Red #FD0706

Tints of Red #FD0706

RGB

 RED value IS 253 (99.22% from 255) = 95.11%

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

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

R = 95.11%
G = 2.63%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD0706 (or 0xFD0706) is known color: Red. HEX triplet: FD, 07 and 06. RGB value is (253,7,6). Sum of RGB (Red+Green+Blue) = 253+7+6=266 (35% of max value = 765). Red value is 253 (99.22% from 255 or 95.11% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0706 is #02F8F9. Grayscale: #505050. Windows color (decimal): -194810 or 395261. OLE color: 395261.

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

Color convert

RGB 253 7 6 -
CMYK 0 0.97 0.98 0.01
HSL 0.24º 0.98% 0.51% -
HSV(B) 0.24º 0.98% 0.99% -
XYZ 40.62 21.05 2.09 -
YUV 80.44 86 251.08 -
System Red Green Blue C M Y K H S L
Decimal 253 7 6 0 0.97 0.98 0.01 0.24 0.98 0.51
Hex FD 7 6 0 61 62 1 0 62 33
Octal 375 7 6 0 141 142 1 0 142 63
Binary 11111101 111 110 0 1100001 1100010 1 0 1100010 110011

Color Harmonies of #FD0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0706

Black with #FD0706

Text Example


Text Example

White with #FD0706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0706; }

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

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

background-color css

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

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

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

border-color css

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

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

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