Html Css Color HEX #FD040D Torch Red

📋 copy color: '#FD040D'

red 253 ◦ green 4 ◦ blue 13

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

Shades of Torch Red #FD040D

Tints of Torch Red #FD040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 93.7%
G = 1.48%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD040D (or 0xFD040D) is known color: Torch Red. HEX triplet: FD, 04 and 0D. RGB value is (253,4,13). Sum of RGB (Red+Green+Blue) = 253+4+13=270 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.70% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 253 - color contains mainly: red. Hex color #FD040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD040D is #02FBF2. Grayscale: #4F4F4F. Windows color (decimal): -195571 or 853245. OLE color: 853245.

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

Color convert

RGB 253 4 13 -
CMYK 0 0.98 0.95 0.01
HSL 357.83º 0.98% 0.5% -
HSV(B) 357.83º 0.98% 0.99% -
XYZ 40.62 21 2.29 -
YUV 79.48 90.49 251.77 -
System Red Green Blue C M Y K H S L
Decimal 253 4 13 0 0.98 0.95 0.01 357.83 0.98 0.5
Hex FD 4 D 0 62 5F 1 166 62 32
Octal 375 4 15 0 142 137 1 546 142 62
Binary 11111101 100 1101 0 1100010 1011111 1 101100110 1100010 110010

Color Harmonies of #FD040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD040D

Black with #FD040D

Text Example


Text Example

White with #FD040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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