Html Css Color HEX #FD071E Torch Red

📋 copy color: '#FD071E'

red 253 ◦ green 7 ◦ blue 30

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

Shades of Torch Red #FD071E

Tints of Torch Red #FD071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

 BLUE value IS 30 (12.11% from 255) = 10.34%

R = 87.24%
G = 2.41%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD071E (or 0xFD071E) is known color: Torch Red. HEX triplet: FD, 07 and 1E. RGB value is (253,7,30). Sum of RGB (Red+Green+Blue) = 253+7+30=290 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.24% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 253 - color contains mainly: red. Hex color #FD071E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD071E is #02F8E1. Grayscale: #535353. Windows color (decimal): -194786 or 1968125. OLE color: 1968125.

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

Color convert

RGB 253 7 30 -
CMYK 0 0.97 0.88 0.01
HSL 354.39º 0.98% 0.51% -
HSV(B) 354.39º 0.97% 0.99% -
XYZ 40.82 21.13 3.16 -
YUV 83.18 98 249.13 -
System Red Green Blue C M Y K H S L
Decimal 253 7 30 0 0.97 0.88 0.01 354.39 0.98 0.51
Hex FD 7 1E 0 61 58 1 162 62 33
Octal 375 7 36 0 141 130 1 542 142 63
Binary 11111101 111 11110 0 1100001 1011000 1 101100010 1100010 110011

Color Harmonies of #FD071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD071E

Black with #FD071E

Text Example


Text Example

White with #FD071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD071E; }

 p { color: rgb(253,7,30); }

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

background-color css

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

 a { background-color: rgb(253,7,30); }

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

border-color css

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

 span { border-color: rgb(253,7,30); }

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