Html Css Color HEX #FD050A Torch Red

📋 copy color: '#FD050A'

red 253 ◦ green 5 ◦ blue 10

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

Shades of Torch Red #FD050A

Tints of Torch Red #FD050A

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 253 5 10 -
CMYK 0 0.98 0.96 0.01
HSL 358.79º 0.98% 0.51% -
HSV(B) 358.79º 0.98% 0.99% -
XYZ 40.62 21.01 2.2 -
YUV 79.72 88.66 251.59 -
System Red Green Blue C M Y K H S L
Decimal 253 5 10 0 0.98 0.96 0.01 358.79 0.98 0.51
Hex FD 5 A 0 62 60 1 167 62 33
Octal 375 5 12 0 142 140 1 547 142 63
Binary 11111101 101 1010 0 1100010 1100000 1 101100111 1100010 110011

Color Harmonies of #FD050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD050A

Black with #FD050A

Text Example


Text Example

White with #FD050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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