Html Css Color HEX #FF253A Torch Red

📋 copy color: '#FF253A'

red 255 ◦ green 37 ◦ blue 58

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

Shades of Torch Red #FF253A

Tints of Torch Red #FF253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.57%

R = 72.86%
G = 10.57%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF253A (or 0xFF253A) is known color: Torch Red. HEX triplet: FF, 25 and 3A. RGB value is (255,37,58). Sum of RGB (Red+Green+Blue) = 255+37+58=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF253A is #00DAC5. Grayscale: #686868. Windows color (decimal): -56006 or 3810815. OLE color: 3810815.

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

Color convert

RGB 255 37 58 -
CMYK 0 0.85 0.77 0
HSL 354.22º 1% 0.57% -
HSV(B) 354.22º 0.85% 1% -
XYZ 42.67 22.89 6.17 -
YUV 104.58 101.72 235.29 -
System Red Green Blue C M Y K H S L
Decimal 255 37 58 0 0.85 0.77 0 354.22 1 0.57
Hex FF 25 3A 0 55 4D 0 162 64 39
Octal 377 45 72 0 125 115 0 542 144 71
Binary 11111111 100101 111010 0 1010101 1001101 0 101100010 1100100 111001

Color Harmonies of #FF253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF253A

Black with #FF253A

Text Example


Text Example

White with #FF253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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