Html Css Color HEX #FD252D Torch Red

📋 copy color: '#FD252D'

red 253 ◦ green 37 ◦ blue 45

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

Shades of Torch Red #FD252D

Tints of Torch Red #FD252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

 BLUE value IS 45 (17.97% from 255) = 13.43%

R = 75.52%
G = 11.04%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD252D (or 0xFD252D) is known color: Torch Red. HEX triplet: FD, 25 and 2D. RGB value is (253,37,45). Sum of RGB (Red+Green+Blue) = 253+37+45=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD252D is #02DAD2. Grayscale: #666666. Windows color (decimal): -187091 or 2958845. OLE color: 2958845.

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

Color convert

RGB 253 37 45 -
CMYK 0 0.85 0.82 0.01
HSL 357.78º 0.98% 0.57% -
HSV(B) 357.78º 0.85% 0.99% -
XYZ 41.64 22.4 4.61 -
YUV 102.5 95.56 235.35 -
System Red Green Blue C M Y K H S L
Decimal 253 37 45 0 0.85 0.82 0.01 357.78 0.98 0.57
Hex FD 25 2D 0 55 52 1 166 62 39
Octal 375 45 55 0 125 122 1 546 142 71
Binary 11111101 100101 101101 0 1010101 1010010 1 101100110 1100010 111001

Color Harmonies of #FD252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD252D

Black with #FD252D

Text Example


Text Example

White with #FD252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD252D; }

 p { color: rgb(253,37,45); }

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

background-color css

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

 a { background-color: rgb(253,37,45); }

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

border-color css

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

 span { border-color: rgb(253,37,45); }

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