Html Css Color HEX #FD0936 Torch Red

📋 copy color: '#FD0936'

red 253 ◦ green 9 ◦ blue 54

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

Shades of Torch Red #FD0936

Tints of Torch Red #FD0936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 80.06%
G = 2.85%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD0936 (or 0xFD0936) is known color: Torch Red. HEX triplet: FD, 09 and 36. RGB value is (253,9,54). Sum of RGB (Red+Green+Blue) = 253+9+54=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0936 is #02F6C9. Grayscale: #575757. Windows color (decimal): -194250 or 3541501. OLE color: 3541501.

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

Color convert

RGB 253 9 54 -
CMYK 0 0.96 0.79 0.01
HSL 348.93º 0.98% 0.51% -
HSV(B) 348.93º 0.96% 0.99% -
XYZ 41.27 21.34 5.43 -
YUV 87.09 109.34 246.34 -
System Red Green Blue C M Y K H S L
Decimal 253 9 54 0 0.96 0.79 0.01 348.93 0.98 0.51
Hex FD 9 36 0 60 4F 1 15D 62 33
Octal 375 11 66 0 140 117 1 535 142 63
Binary 11111101 1001 110110 0 1100000 1001111 1 101011101 1100010 110011

Color Harmonies of #FD0936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0936

Black with #FD0936

Text Example


Text Example

White with #FD0936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0936; }

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

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

background-color css

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

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

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

border-color css

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

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

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