Html Css Color HEX #FD0A05 Red

📋 copy color: '#FD0A05'

red 253 ◦ green 10 ◦ blue 5

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

Shades of Red #FD0A05

Tints of Red #FD0A05

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.73%

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

R = 94.4%
G = 3.73%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD0A05 (or 0xFD0A05) is known color: Red. HEX triplet: FD, 0A and 05. RGB value is (253,10,5). Sum of RGB (Red+Green+Blue) = 253+10+5=268 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.40% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0A05 is #02F5FA. Grayscale: #525252. Windows color (decimal): -194043 or 330493. OLE color: 330493.

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

Color convert

RGB 253 10 5 -
CMYK 0 0.96 0.98 0.01
HSL 1.21º 0.98% 0.51% -
HSV(B) 1.21º 0.98% 0.99% -
XYZ 40.64 21.11 2.08 -
YUV 82.09 84.51 249.91 -
System Red Green Blue C M Y K H S L
Decimal 253 10 5 0 0.96 0.98 0.01 1.21 0.98 0.51
Hex FD A 5 0 60 62 1 1 62 33
Octal 375 12 5 0 140 142 1 1 142 63
Binary 11111101 1010 101 0 1100000 1100010 1 1 1100010 110011

Color Harmonies of #FD0A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0A05

Black with #FD0A05

Text Example


Text Example

White with #FD0A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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