Html Css Color HEX #FD1824 Torch Red

📋 copy color: '#FD1824'

red 253 ◦ green 24 ◦ blue 36

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

Shades of Torch Red #FD1824

Tints of Torch Red #FD1824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.67%

 BLUE value IS 36 (14.45% from 255) = 11.5%

R = 80.83%
G = 7.67%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FD1824 (or 0xFD1824) is known color: Torch Red. HEX triplet: FD, 18 and 24. RGB value is (253,24,36). Sum of RGB (Red+Green+Blue) = 253+24+36=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1824 is #02E7DB. Grayscale: #5E5E5E. Windows color (decimal): -190428 or 2365693. OLE color: 2365693.

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

Color convert

RGB 253 24 36 -
CMYK 0 0.91 0.86 0.01
HSL 356.86º 0.98% 0.54% -
HSV(B) 356.86º 0.91% 0.99% -
XYZ 41.15 21.66 3.68 -
YUV 93.84 95.37 241.52 -
System Red Green Blue C M Y K H S L
Decimal 253 24 36 0 0.91 0.86 0.01 356.86 0.98 0.54
Hex FD 18 24 0 5B 56 1 165 62 36
Octal 375 30 44 0 133 126 1 545 142 66
Binary 11111101 11000 100100 0 1011011 1010110 1 101100101 1100010 110110

Color Harmonies of #FD1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1824

Black with #FD1824

Text Example


Text Example

White with #FD1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1824; }

 p { color: rgb(253,24,36); }

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

background-color css

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

 a { background-color: rgb(253,24,36); }

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

border-color css

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

 span { border-color: rgb(253,24,36); }

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