Html Css Color HEX #FD064E Torch Red

📋 copy color: '#FD064E'

red 253 ◦ green 6 ◦ blue 78

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

Shades of Torch Red #FD064E

Tints of Torch Red #FD064E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 75.07%
G = 1.78%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD064E (or 0xFD064E) is known color: Torch Red. HEX triplet: FD, 06 and 4E. RGB value is (253,6,78). Sum of RGB (Red+Green+Blue) = 253+6+78=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD064E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD064E is #02F9B1. Grayscale: #585858. Windows color (decimal): -194994 or 5113597. OLE color: 5113597.

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

Color convert

RGB 253 6 78 -
CMYK 0 0.98 0.69 0.01
HSL 342.51º 0.98% 0.51% -
HSV(B) 342.51º 0.98% 0.99% -
XYZ 41.95 21.56 9.16 -
YUV 88.06 122.33 245.65 -
System Red Green Blue C M Y K H S L
Decimal 253 6 78 0 0.98 0.69 0.01 342.51 0.98 0.51
Hex FD 6 4E 0 62 45 1 157 62 33
Octal 375 6 116 0 142 105 1 527 142 63
Binary 11111101 110 1001110 0 1100010 1000101 1 101010111 1100010 110011

Color Harmonies of #FD064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD064E

Black with #FD064E

Text Example


Text Example

White with #FD064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD064E; }

 p { color: rgb(253,6,78); }

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

background-color css

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

 a { background-color: rgb(253,6,78); }

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

border-color css

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

 span { border-color: rgb(253,6,78); }

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