Html Css Color HEX #FD1838 Torch Red

📋 copy color: '#FD1838'

red 253 ◦ green 24 ◦ blue 56

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

Shades of Torch Red #FD1838

Tints of Torch Red #FD1838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.82%

R = 75.98%
G = 7.21%
B = 16.82%

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

#FD1838 (or 0xFD1838) is known color: Torch Red. HEX triplet: FD, 18 and 38. RGB value is (253,24,56). Sum of RGB (Red+Green+Blue) = 253+24+56=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1838 is #02E7C7. Grayscale: #606060. Windows color (decimal): -190408 or 3676413. OLE color: 3676413.

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

Color convert

RGB 253 24 56 -
CMYK 0 0.91 0.78 0.01
HSL 351.62º 0.98% 0.54% -
HSV(B) 351.62º 0.91% 0.99% -
XYZ 41.55 21.82 5.76 -
YUV 96.12 105.37 239.9 -
System Red Green Blue C M Y K H S L
Decimal 253 24 56 0 0.91 0.78 0.01 351.62 0.98 0.54
Hex FD 18 38 0 5B 4E 1 160 62 36
Octal 375 30 70 0 133 116 1 540 142 66
Binary 11111101 11000 111000 0 1011011 1001110 1 101100000 1100010 110110

Color Harmonies of #FD1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1838

Black with #FD1838

Text Example


Text Example

White with #FD1838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1838; }

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

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

background-color css

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

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

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

border-color css

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

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

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