Html Css Color HEX #FD091E Torch Red

📋 copy color: '#FD091E'

red 253 ◦ green 9 ◦ blue 30

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

Shades of Torch Red #FD091E

Tints of Torch Red #FD091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 86.64%
G = 3.08%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD091E (or 0xFD091E) is known color: Torch Red. HEX triplet: FD, 09 and 1E. RGB value is (253,9,30). Sum of RGB (Red+Green+Blue) = 253+9+30=292 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.64% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 253 - color contains mainly: red. Hex color #FD091E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD091E is #02F6E1. Grayscale: #545454. Windows color (decimal): -194274 or 1968637. OLE color: 1968637.

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

Color convert

RGB 253 9 30 -
CMYK 0 0.96 0.88 0.01
HSL 354.84º 0.98% 0.51% -
HSV(B) 354.84º 0.96% 0.99% -
XYZ 40.84 21.17 3.16 -
YUV 84.35 97.34 248.29 -
System Red Green Blue C M Y K H S L
Decimal 253 9 30 0 0.96 0.88 0.01 354.84 0.98 0.51
Hex FD 9 1E 0 60 58 1 163 62 33
Octal 375 11 36 0 140 130 1 543 142 63
Binary 11111101 1001 11110 0 1100000 1011000 1 101100011 1100010 110011

Color Harmonies of #FD091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD091E

Black with #FD091E

Text Example


Text Example

White with #FD091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD091E; }

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

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

background-color css

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

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

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

border-color css

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

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

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