Html Css Color HEX #FD023E Torch Red

📋 copy color: '#FD023E'

red 253 ◦ green 2 ◦ blue 62

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

Shades of Torch Red #FD023E

Tints of Torch Red #FD023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 79.81%
G = 0.63%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD023E (or 0xFD023E) is known color: Torch Red. HEX triplet: FD, 02 and 3E. RGB value is (253,2,62). Sum of RGB (Red+Green+Blue) = 253+2+62=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD023E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD023E is #02FDC1. Grayscale: #535353. Windows color (decimal): -196034 or 4063997. OLE color: 4063997.

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

Color convert

RGB 253 2 62 -
CMYK 0 0.99 0.75 0.01
HSL 345.66º 0.98% 0.5% -
HSV(B) 345.66º 0.99% 0.99% -
XYZ 41.4 21.27 6.48 -
YUV 83.89 115.66 248.62 -
System Red Green Blue C M Y K H S L
Decimal 253 2 62 0 0.99 0.75 0.01 345.66 0.98 0.5
Hex FD 2 3E 0 63 4B 1 15A 62 32
Octal 375 2 76 0 143 113 1 532 142 62
Binary 11111101 10 111110 0 1100011 1001011 1 101011010 1100010 110010

Color Harmonies of #FD023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD023E

Black with #FD023E

Text Example


Text Example

White with #FD023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD023E; }

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

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

background-color css

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

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

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

border-color css

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

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

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