Html Css Color HEX #FD040A Torch Red

📋 copy color: '#FD040A'

red 253 ◦ green 4 ◦ blue 10

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

Shades of Torch Red #FD040A

Tints of Torch Red #FD040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 94.76%
G = 1.5%
B = 3.75%

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

#FD040A (or 0xFD040A) is known color: Torch Red. HEX triplet: FD, 04 and 0A. RGB value is (253,4,10). Sum of RGB (Red+Green+Blue) = 253+4+10=267 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.76% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 253 - color contains mainly: red. Hex color #FD040A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD040A is #02FBF5. Grayscale: #4F4F4F. Windows color (decimal): -195574 or 656637. OLE color: 656637.

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

Color convert

RGB 253 4 10 -
CMYK 0 0.98 0.96 0.01
HSL 358.55º 0.98% 0.5% -
HSV(B) 358.55º 0.98% 0.99% -
XYZ 40.61 20.99 2.2 -
YUV 79.14 88.99 252.01 -
System Red Green Blue C M Y K H S L
Decimal 253 4 10 0 0.98 0.96 0.01 358.55 0.98 0.5
Hex FD 4 A 0 62 60 1 167 62 32
Octal 375 4 12 0 142 140 1 547 142 62
Binary 11111101 100 1010 0 1100010 1100000 1 101100111 1100010 110010

Color Harmonies of #FD040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD040A

Black with #FD040A

Text Example


Text Example

White with #FD040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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