Html Css Color HEX #FD090E Torch Red

📋 copy color: '#FD090E'

red 253 ◦ green 9 ◦ blue 14

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

Shades of Torch Red #FD090E

Tints of Torch Red #FD090E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.07%

R = 91.67%
G = 3.26%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD090E (or 0xFD090E) is known color: Torch Red. HEX triplet: FD, 09 and 0E. RGB value is (253,9,14). Sum of RGB (Red+Green+Blue) = 253+9+14=276 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.67% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 253 - color contains mainly: red. Hex color #FD090E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD090E is #02F6F1. Grayscale: #525252. Windows color (decimal): -194290 or 920061. OLE color: 920061.

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

Color convert

RGB 253 9 14 -
CMYK 0 0.96 0.94 0.01
HSL 358.77º 0.98% 0.51% -
HSV(B) 358.77º 0.96% 0.99% -
XYZ 40.68 21.11 2.35 -
YUV 82.53 89.34 249.59 -
System Red Green Blue C M Y K H S L
Decimal 253 9 14 0 0.96 0.94 0.01 358.77 0.98 0.51
Hex FD 9 E 0 60 5E 1 167 62 33
Octal 375 11 16 0 140 136 1 547 142 63
Binary 11111101 1001 1110 0 1100000 1011110 1 101100111 1100010 110011

Color Harmonies of #FD090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD090E

Black with #FD090E

Text Example


Text Example

White with #FD090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD090E; }

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

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

background-color css

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

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

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

border-color css

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

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

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