Html Css Color HEX #FD1226 Torch Red

📋 copy color: '#FD1226'

red 253 ◦ green 18 ◦ blue 38

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

Shades of Torch Red #FD1226

Tints of Torch Red #FD1226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.83%

 BLUE value IS 38 (15.23% from 255) = 12.3%

R = 81.88%
G = 5.83%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD1226 (or 0xFD1226) is known color: Torch Red. HEX triplet: FD, 12 and 26. RGB value is (253,18,38). Sum of RGB (Red+Green+Blue) = 253+18+38=309 (40% of max value = 765). Red value is 253 (99.22% from 255 or 81.88% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1226 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1226 is #02EDD9. Grayscale: #5A5A5A. Windows color (decimal): -191962 or 2495229. OLE color: 2495229.

HSL color Cylindrical-coordinate representation of color #FD1226: hue angle of 354.89º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1226 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 18 38 -
CMYK 0 0.93 0.85 0.01
HSL 354.89º 0.98% 0.53% -
HSV(B) 354.89º 0.93% 0.99% -
XYZ 41.07 21.46 3.81 -
YUV 90.55 98.36 243.87 -
System Red Green Blue C M Y K H S L
Decimal 253 18 38 0 0.93 0.85 0.01 354.89 0.98 0.53
Hex FD 12 26 0 5D 55 1 163 62 35
Octal 375 22 46 0 135 125 1 543 142 65
Binary 11111101 10010 100110 0 1011101 1010101 1 101100011 1100010 110101

Color Harmonies of #FD1226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1226

Black with #FD1226

Text Example


Text Example

White with #FD1226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1226; }

 p { color: rgb(253,18,38); }

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

background-color css

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

 a { background-color: rgb(253,18,38); }

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

border-color css

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

 span { border-color: rgb(253,18,38); }

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