Html Css Color HEX #FD242F Torch Red

📋 copy color: '#FD242F'

red 253 ◦ green 36 ◦ blue 47

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

Shades of Torch Red #FD242F

Tints of Torch Red #FD242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.99%

R = 75.3%
G = 10.71%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD242F (or 0xFD242F) is known color: Torch Red. HEX triplet: FD, 24 and 2F. RGB value is (253,36,47). Sum of RGB (Red+Green+Blue) = 253+36+47=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD242F is #02DBD0. Grayscale: #666666. Windows color (decimal): -187345 or 3089661. OLE color: 3089661.

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

Color convert

RGB 253 36 47 -
CMYK 0 0.86 0.81 0.01
HSL 356.96º 0.98% 0.57% -
HSV(B) 356.96º 0.86% 0.99% -
XYZ 41.65 22.35 4.81 -
YUV 102.14 96.89 235.61 -
System Red Green Blue C M Y K H S L
Decimal 253 36 47 0 0.86 0.81 0.01 356.96 0.98 0.57
Hex FD 24 2F 0 56 51 1 165 62 39
Octal 375 44 57 0 126 121 1 545 142 71
Binary 11111101 100100 101111 0 1010110 1010001 1 101100101 1100010 111001

Color Harmonies of #FD242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD242F

Black with #FD242F

Text Example


Text Example

White with #FD242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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