Html Css Color HEX #FF253C Torch Red

📋 copy color: '#FF253C'

red 255 ◦ green 37 ◦ blue 60

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

Shades of Torch Red #FF253C

Tints of Torch Red #FF253C

RGB

 RED value IS 255 (100% from 255) = 72.44%

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

 BLUE value IS 60 (23.83% from 255) = 17.05%

R = 72.44%
G = 10.51%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF253C (or 0xFF253C) is known color: Torch Red. HEX triplet: FF, 25 and 3C. RGB value is (255,37,60). Sum of RGB (Red+Green+Blue) = 255+37+60=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF253C is #00DAC3. Grayscale: #686868. Windows color (decimal): -56004 or 3941887. OLE color: 3941887.

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

Color convert

RGB 255 37 60 -
CMYK 0 0.85 0.76 0
HSL 353.67º 1% 0.57% -
HSV(B) 353.67º 0.85% 1% -
XYZ 42.72 22.91 6.45 -
YUV 104.8 102.72 235.13 -
System Red Green Blue C M Y K H S L
Decimal 255 37 60 0 0.85 0.76 0 353.67 1 0.57
Hex FF 25 3C 0 55 4C 0 162 64 39
Octal 377 45 74 0 125 114 0 542 144 71
Binary 11111111 100101 111100 0 1010101 1001100 0 101100010 1100100 111001

Color Harmonies of #FF253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF253C

Black with #FF253C

Text Example


Text Example

White with #FF253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF253C; }

 p { color: rgb(255,37,60); }

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

background-color css

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

 a { background-color: rgb(255,37,60); }

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

border-color css

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

 span { border-color: rgb(255,37,60); }

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