Html Css Color HEX #FD253E Torch Red

📋 copy color: '#FD253E'

red 253 ◦ green 37 ◦ blue 62

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

Shades of Torch Red #FD253E

Tints of Torch Red #FD253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.61%

R = 71.88%
G = 10.51%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD253E (or 0xFD253E) is known color: Torch Red. HEX triplet: FD, 25 and 3E. RGB value is (253,37,62). Sum of RGB (Red+Green+Blue) = 253+37+62=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD253E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD253E is #02DAC1. Grayscale: #686868. Windows color (decimal): -187074 or 4072957. OLE color: 4072957.

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

Color convert

RGB 253 37 62 -
CMYK 0 0.85 0.75 0.01
HSL 353.06º 0.98% 0.57% -
HSV(B) 353.06º 0.85% 0.99% -
XYZ 42.04 22.55 6.69 -
YUV 104.43 104.06 233.97 -
System Red Green Blue C M Y K H S L
Decimal 253 37 62 0 0.85 0.75 0.01 353.06 0.98 0.57
Hex FD 25 3E 0 55 4B 1 161 62 39
Octal 375 45 76 0 125 113 1 541 142 71
Binary 11111101 100101 111110 0 1010101 1001011 1 101100001 1100010 111001

Color Harmonies of #FD253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD253E

Black with #FD253E

Text Example


Text Example

White with #FD253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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