Html Css Color HEX #FD023C Torch Red

📋 copy color: '#FD023C'

red 253 ◦ green 2 ◦ blue 60

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

Shades of Torch Red #FD023C

Tints of Torch Red #FD023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.05%

R = 80.32%
G = 0.63%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD023C (or 0xFD023C) is known color: Torch Red. HEX triplet: FD, 02 and 3C. RGB value is (253,2,60). Sum of RGB (Red+Green+Blue) = 253+2+60=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD023C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD023C is #02FDC3. Grayscale: #535353. Windows color (decimal): -196036 or 3932925. OLE color: 3932925.

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

Color convert

RGB 253 2 60 -
CMYK 0 0.99 0.76 0.01
HSL 346.14º 0.98% 0.5% -
HSV(B) 346.14º 0.99% 0.99% -
XYZ 41.35 21.25 6.2 -
YUV 83.66 114.66 248.78 -
System Red Green Blue C M Y K H S L
Decimal 253 2 60 0 0.99 0.76 0.01 346.14 0.98 0.5
Hex FD 2 3C 0 63 4C 1 15A 62 32
Octal 375 2 74 0 143 114 1 532 142 62
Binary 11111101 10 111100 0 1100011 1001100 1 101011010 1100010 110010

Color Harmonies of #FD023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD023C

Black with #FD023C

Text Example


Text Example

White with #FD023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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