Html Css Color HEX #FD0605 Red

📋 copy color: '#FD0605'

red 253 ◦ green 6 ◦ blue 5

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

Shades of Red #FD0605

Tints of Red #FD0605

RGB

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

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

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

R = 95.83%
G = 2.27%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD0605 (or 0xFD0605) is known color: Red. HEX triplet: FD, 06 and 05. RGB value is (253,6,5). Sum of RGB (Red+Green+Blue) = 253+6+5=264 (34% of max value = 765). Red value is 253 (99.22% from 255 or 95.83% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0605 is #02F9FA. Grayscale: #4F4F4F. Windows color (decimal): -195067 or 329469. OLE color: 329469.

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

Color convert

RGB 253 6 5 -
CMYK 0 0.98 0.98 0.01
HSL 0.24º 0.98% 0.51% -
HSV(B) 0.24º 0.98% 0.99% -
XYZ 40.6 21.02 2.06 -
YUV 79.74 85.83 251.58 -
System Red Green Blue C M Y K H S L
Decimal 253 6 5 0 0.98 0.98 0.01 0.24 0.98 0.51
Hex FD 6 5 0 62 62 1 0 62 33
Octal 375 6 5 0 142 142 1 0 142 63
Binary 11111101 110 101 0 1100010 1100010 1 0 1100010 110011

Color Harmonies of #FD0605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0605

Black with #FD0605

Text Example


Text Example

White with #FD0605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0605; }

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

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

background-color css

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

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

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

border-color css

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

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

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