Html Css Color HEX #FD020E Torch Red

📋 copy color: '#FD020E'

red 253 ◦ green 2 ◦ blue 14

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

Shades of Torch Red #FD020E

Tints of Torch Red #FD020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 94.05%
G = 0.74%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD020E (or 0xFD020E) is known color: Torch Red. HEX triplet: FD, 02 and 0E. RGB value is (253,2,14). Sum of RGB (Red+Green+Blue) = 253+2+14=269 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.05% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 253 - color contains mainly: red. Hex color #FD020E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD020E is #02FDF1. Grayscale: #4E4E4E. Windows color (decimal): -196082 or 918269. OLE color: 918269.

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

Color convert

RGB 253 2 14 -
CMYK 0 0.99 0.94 0.01
HSL 357.13º 0.98% 0.5% -
HSV(B) 357.13º 0.99% 0.99% -
XYZ 40.61 20.96 2.32 -
YUV 78.42 91.66 252.52 -
System Red Green Blue C M Y K H S L
Decimal 253 2 14 0 0.99 0.94 0.01 357.13 0.98 0.5
Hex FD 2 E 0 63 5E 1 165 62 32
Octal 375 2 16 0 143 136 1 545 142 62
Binary 11111101 10 1110 0 1100011 1011110 1 101100101 1100010 110010

Color Harmonies of #FD020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD020E

Black with #FD020E

Text Example


Text Example

White with #FD020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD020E; }

 p { color: rgb(253,2,14); }

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

background-color css

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

 a { background-color: rgb(253,2,14); }

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

border-color css

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

 span { border-color: rgb(253,2,14); }

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