Html Css Color HEX #FD1D34 Torch Red

📋 copy color: '#FD1D34'

red 253 ◦ green 29 ◦ blue 52

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

Shades of Torch Red #FD1D34

Tints of Torch Red #FD1D34

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.68%

 BLUE value IS 52 (20.7% from 255) = 15.57%

R = 75.75%
G = 8.68%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD1D34 (or 0xFD1D34) is known color: Torch Red. HEX triplet: FD, 1D and 34. RGB value is (253,29,52). Sum of RGB (Red+Green+Blue) = 253+29+52=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1D34 is #02E2CB. Grayscale: #626262. Windows color (decimal): -189132 or 3415549. OLE color: 3415549.

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

Color convert

RGB 253 29 52 -
CMYK 0 0.89 0.79 0.01
HSL 353.84º 0.98% 0.55% -
HSV(B) 353.84º 0.89% 0.99% -
XYZ 41.57 22.01 5.31 -
YUV 98.6 101.71 238.13 -
System Red Green Blue C M Y K H S L
Decimal 253 29 52 0 0.89 0.79 0.01 353.84 0.98 0.55
Hex FD 1D 34 0 59 4F 1 162 62 37
Octal 375 35 64 0 131 117 1 542 142 67
Binary 11111101 11101 110100 0 1011001 1001111 1 101100010 1100010 110111

Color Harmonies of #FD1D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1D34

Black with #FD1D34

Text Example


Text Example

White with #FD1D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1D34; }

 p { color: rgb(253,29,52); }

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

background-color css

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

 a { background-color: rgb(253,29,52); }

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

border-color css

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

 span { border-color: rgb(253,29,52); }

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