Html Css Color HEX #FD0944 Torch Red

📋 copy color: '#FD0944'

red 253 ◦ green 9 ◦ blue 68

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

Shades of Torch Red #FD0944

Tints of Torch Red #FD0944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.73%

 BLUE value IS 68 (26.95% from 255) = 20.61%

R = 76.67%
G = 2.73%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD0944 (or 0xFD0944) is known color: Torch Red. HEX triplet: FD, 09 and 44. RGB value is (253,9,68). Sum of RGB (Red+Green+Blue) = 253+9+68=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0944 is #02F6BB. Grayscale: #585858. Windows color (decimal): -194236 or 4459005. OLE color: 4459005.

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

Color convert

RGB 253 9 68 -
CMYK 0 0.96 0.73 0.01
HSL 345.49º 0.98% 0.51% -
HSV(B) 345.49º 0.96% 0.99% -
XYZ 41.65 21.5 7.42 -
YUV 88.68 116.34 245.2 -
System Red Green Blue C M Y K H S L
Decimal 253 9 68 0 0.96 0.73 0.01 345.49 0.98 0.51
Hex FD 9 44 0 60 49 1 159 62 33
Octal 375 11 104 0 140 111 1 531 142 63
Binary 11111101 1001 1000100 0 1100000 1001001 1 101011001 1100010 110011

Color Harmonies of #FD0944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0944

Black with #FD0944

Text Example


Text Example

White with #FD0944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0944; }

 p { color: rgb(253,9,68); }

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

background-color css

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

 a { background-color: rgb(253,9,68); }

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

border-color css

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

 span { border-color: rgb(253,9,68); }

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