Html Css Color HEX #FD092A Torch Red

📋 copy color: '#FD092A'

red 253 ◦ green 9 ◦ blue 42

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

Shades of Torch Red #FD092A

Tints of Torch Red #FD092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.82%

R = 83.22%
G = 2.96%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD092A (or 0xFD092A) is known color: Torch Red. HEX triplet: FD, 09 and 2A. RGB value is (253,9,42). Sum of RGB (Red+Green+Blue) = 253+9+42=304 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.22% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 253 - color contains mainly: red. Hex color #FD092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD092A is #02F6D5. Grayscale: #555555. Windows color (decimal): -194262 or 2755069. OLE color: 2755069.

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

Color convert

RGB 253 9 42 -
CMYK 0 0.96 0.83 0.01
HSL 351.89º 0.98% 0.51% -
HSV(B) 351.89º 0.96% 0.99% -
XYZ 41.02 21.25 4.13 -
YUV 85.72 103.34 247.32 -
System Red Green Blue C M Y K H S L
Decimal 253 9 42 0 0.96 0.83 0.01 351.89 0.98 0.51
Hex FD 9 2A 0 60 53 1 160 62 33
Octal 375 11 52 0 140 123 1 540 142 63
Binary 11111101 1001 101010 0 1100000 1010011 1 101100000 1100010 110011

Color Harmonies of #FD092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD092A

Black with #FD092A

Text Example


Text Example

White with #FD092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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