Html Css Color HEX #FD0705 Red

📋 copy color: '#FD0705'

red 253 ◦ green 7 ◦ blue 5

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

Shades of Red #FD0705

Tints of Red #FD0705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 95.47%
G = 2.64%
B = 1.89%

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

#FD0705 (or 0xFD0705) is known color: Red. HEX triplet: FD, 07 and 05. RGB value is (253,7,5). Sum of RGB (Red+Green+Blue) = 253+7+5=265 (35% of max value = 765). Red value is 253 (99.22% from 255 or 95.47% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0705 is #02F8FA. Grayscale: #505050. Windows color (decimal): -194811 or 329725. OLE color: 329725.

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

Color convert

RGB 253 7 5 -
CMYK 0 0.97 0.98 0.01
HSL 0.48º 0.98% 0.51% -
HSV(B) 0.48º 0.98% 0.99% -
XYZ 40.61 21.05 2.07 -
YUV 80.33 85.5 251.16 -
System Red Green Blue C M Y K H S L
Decimal 253 7 5 0 0.97 0.98 0.01 0.48 0.98 0.51
Hex FD 7 5 0 61 62 1 0 62 33
Octal 375 7 5 0 141 142 1 0 142 63
Binary 11111101 111 101 0 1100001 1100010 1 0 1100010 110011

Color Harmonies of #FD0705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0705

Black with #FD0705

Text Example


Text Example

White with #FD0705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0705; }

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

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

background-color css

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

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

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

border-color css

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

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

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