Html Css Color HEX #FD093C Torch Red

📋 copy color: '#FD093C'

red 253 ◦ green 9 ◦ blue 60

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

Shades of Torch Red #FD093C

Tints of Torch Red #FD093C

RGB

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

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

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

R = 78.57%
G = 2.8%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD093C (or 0xFD093C) is known color: Torch Red. HEX triplet: FD, 09 and 3C. RGB value is (253,9,60). Sum of RGB (Red+Green+Blue) = 253+9+60=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD093C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD093C is #02F6C3. Grayscale: #575757. Windows color (decimal): -194244 or 3934717. OLE color: 3934717.

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

Color convert

RGB 253 9 60 -
CMYK 0 0.96 0.76 0.01
HSL 347.46º 0.98% 0.51% -
HSV(B) 347.46º 0.96% 0.99% -
XYZ 41.42 21.4 6.22 -
YUV 87.77 112.34 245.85 -
System Red Green Blue C M Y K H S L
Decimal 253 9 60 0 0.96 0.76 0.01 347.46 0.98 0.51
Hex FD 9 3C 0 60 4C 1 15B 62 33
Octal 375 11 74 0 140 114 1 533 142 63
Binary 11111101 1001 111100 0 1100000 1001100 1 101011011 1100010 110011

Color Harmonies of #FD093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD093C

Black with #FD093C

Text Example


Text Example

White with #FD093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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