Html Css Color HEX #FD242C Torch Red

📋 copy color: '#FD242C'

red 253 ◦ green 36 ◦ blue 44

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

Shades of Torch Red #FD242C

Tints of Torch Red #FD242C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.21%

R = 75.98%
G = 10.81%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD242C (or 0xFD242C) is known color: Torch Red. HEX triplet: FD, 24 and 2C. RGB value is (253,36,44). Sum of RGB (Red+Green+Blue) = 253+36+44=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD242C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD242C is #02DBD3. Grayscale: #656565. Windows color (decimal): -187348 or 2893053. OLE color: 2893053.

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

Color convert

RGB 253 36 44 -
CMYK 0 0.86 0.83 0.01
HSL 357.79º 0.98% 0.57% -
HSV(B) 357.79º 0.86% 0.99% -
XYZ 41.59 22.33 4.5 -
YUV 101.8 95.39 235.85 -
System Red Green Blue C M Y K H S L
Decimal 253 36 44 0 0.86 0.83 0.01 357.79 0.98 0.57
Hex FD 24 2C 0 56 53 1 166 62 39
Octal 375 44 54 0 126 123 1 546 142 71
Binary 11111101 100100 101100 0 1010110 1010011 1 101100110 1100010 111001

Color Harmonies of #FD242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD242C

Black with #FD242C

Text Example


Text Example

White with #FD242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD242C; }

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

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

background-color css

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

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

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

border-color css

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

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

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