Html Css Color HEX #FD1837 Torch Red

📋 copy color: '#FD1837'

red 253 ◦ green 24 ◦ blue 55

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

Shades of Torch Red #FD1837

Tints of Torch Red #FD1837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.57%

R = 76.2%
G = 7.23%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD1837 (or 0xFD1837) is known color: Torch Red. HEX triplet: FD, 18 and 37. RGB value is (253,24,55). Sum of RGB (Red+Green+Blue) = 253+24+55=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1837 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1837 is #02E7C8. Grayscale: #606060. Windows color (decimal): -190409 or 3610877. OLE color: 3610877.

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

Color convert

RGB 253 24 55 -
CMYK 0 0.91 0.78 0.01
HSL 351.88º 0.98% 0.54% -
HSV(B) 351.88º 0.91% 0.99% -
XYZ 41.52 21.81 5.64 -
YUV 96.01 104.87 239.98 -
System Red Green Blue C M Y K H S L
Decimal 253 24 55 0 0.91 0.78 0.01 351.88 0.98 0.54
Hex FD 18 37 0 5B 4E 1 160 62 36
Octal 375 30 67 0 133 116 1 540 142 66
Binary 11111101 11000 110111 0 1011011 1001110 1 101100000 1100010 110110

Color Harmonies of #FD1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1837

Black with #FD1837

Text Example


Text Example

White with #FD1837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1837; }

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

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

background-color css

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

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

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

border-color css

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

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

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