Html Css Color HEX #FD091A Torch Red

📋 copy color: '#FD091A'

red 253 ◦ green 9 ◦ blue 26

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

Shades of Torch Red #FD091A

Tints of Torch Red #FD091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.03%

R = 87.85%
G = 3.13%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD091A (or 0xFD091A) is known color: Torch Red. HEX triplet: FD, 09 and 1A. RGB value is (253,9,26). Sum of RGB (Red+Green+Blue) = 253+9+26=288 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.85% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 253 - color contains mainly: red. Hex color #FD091A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD091A is #02F6E5. Grayscale: #545454. Windows color (decimal): -194278 or 1706493. OLE color: 1706493.

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

Color convert

RGB 253 9 26 -
CMYK 0 0.96 0.90 0.01
HSL 355.82º 0.98% 0.51% -
HSV(B) 355.82º 0.96% 0.99% -
XYZ 40.79 21.15 2.91 -
YUV 83.89 95.34 248.62 -
System Red Green Blue C M Y K H S L
Decimal 253 9 26 0 0.96 0.90 0.01 355.82 0.98 0.51
Hex FD 9 1A 0 60 5A 1 164 62 33
Octal 375 11 32 0 140 132 1 544 142 63
Binary 11111101 1001 11010 0 1100000 1011010 1 101100100 1100010 110011

Color Harmonies of #FD091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD091A

Black with #FD091A

Text Example


Text Example

White with #FD091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD091A; }

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

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

background-color css

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

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

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

border-color css

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

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

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