Html Css Color HEX #FD2438 Torch Red

📋 copy color: '#FD2438'

red 253 ◦ green 36 ◦ blue 56

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

Shades of Torch Red #FD2438

Tints of Torch Red #FD2438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.43%

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

R = 73.33%
G = 10.43%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD2438 (or 0xFD2438) is known color: Torch Red. HEX triplet: FD, 24 and 38. RGB value is (253,36,56). Sum of RGB (Red+Green+Blue) = 253+36+56=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2438 is #02DBC7. Grayscale: #676767. Windows color (decimal): -187336 or 3679485. OLE color: 3679485.

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

Color convert

RGB 253 36 56 -
CMYK 0 0.86 0.78 0.01
HSL 354.47º 0.98% 0.57% -
HSV(B) 354.47º 0.86% 0.99% -
XYZ 41.85 22.43 5.86 -
YUV 103.16 101.39 234.87 -
System Red Green Blue C M Y K H S L
Decimal 253 36 56 0 0.86 0.78 0.01 354.47 0.98 0.57
Hex FD 24 38 0 56 4E 1 162 62 39
Octal 375 44 70 0 126 116 1 542 142 71
Binary 11111101 100100 111000 0 1010110 1001110 1 101100010 1100010 111001

Color Harmonies of #FD2438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2438

Black with #FD2438

Text Example


Text Example

White with #FD2438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2438; }

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

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

background-color css

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

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

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

border-color css

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

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

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