Html Css Color HEX #FD092D Torch Red

📋 copy color: '#FD092D'

red 253 ◦ green 9 ◦ blue 45

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

Shades of Torch Red #FD092D

Tints of Torch Red #FD092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 82.41%
G = 2.93%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD092D (or 0xFD092D) is known color: Torch Red. HEX triplet: FD, 09 and 2D. RGB value is (253,9,45). Sum of RGB (Red+Green+Blue) = 253+9+45=307 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.41% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 253 - color contains mainly: red. Hex color #FD092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD092D is #02F6D2. Grayscale: #565656. Windows color (decimal): -194259 or 2951677. OLE color: 2951677.

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

Color convert

RGB 253 9 45 -
CMYK 0 0.96 0.82 0.01
HSL 351.15º 0.98% 0.51% -
HSV(B) 351.15º 0.96% 0.99% -
XYZ 41.08 21.27 4.42 -
YUV 86.06 104.84 247.07 -
System Red Green Blue C M Y K H S L
Decimal 253 9 45 0 0.96 0.82 0.01 351.15 0.98 0.51
Hex FD 9 2D 0 60 52 1 15F 62 33
Octal 375 11 55 0 140 122 1 537 142 63
Binary 11111101 1001 101101 0 1100000 1010010 1 101011111 1100010 110011

Color Harmonies of #FD092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD092D

Black with #FD092D

Text Example


Text Example

White with #FD092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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