Html Css Color HEX #FD081E Torch Red

📋 copy color: '#FD081E'

red 253 ◦ green 8 ◦ blue 30

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

Shades of Torch Red #FD081E

Tints of Torch Red #FD081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.75%

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

R = 86.94%
G = 2.75%
B = 10.31%

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

#FD081E (or 0xFD081E) is known color: Torch Red. HEX triplet: FD, 08 and 1E. RGB value is (253,8,30). Sum of RGB (Red+Green+Blue) = 253+8+30=291 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.94% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 253 - color contains mainly: red. Hex color #FD081E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD081E is #02F7E1. Grayscale: #535353. Windows color (decimal): -194530 or 1968381. OLE color: 1968381.

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

Color convert

RGB 253 8 30 -
CMYK 0 0.97 0.88 0.01
HSL 354.61º 0.98% 0.51% -
HSV(B) 354.61º 0.97% 0.99% -
XYZ 40.83 21.15 3.16 -
YUV 83.76 97.67 248.71 -
System Red Green Blue C M Y K H S L
Decimal 253 8 30 0 0.97 0.88 0.01 354.61 0.98 0.51
Hex FD 8 1E 0 61 58 1 163 62 33
Octal 375 10 36 0 141 130 1 543 142 63
Binary 11111101 1000 11110 0 1100001 1011000 1 101100011 1100010 110011

Color Harmonies of #FD081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD081E

Black with #FD081E

Text Example


Text Example

White with #FD081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD081E; }

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

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

background-color css

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

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

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

border-color css

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

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

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