Html Css Color HEX #FF2325 Torch Red

📋 copy color: '#FF2325'

red 255 ◦ green 35 ◦ blue 37

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

Shades of Torch Red #FF2325

Tints of Torch Red #FF2325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.7%

 BLUE value IS 37 (14.84% from 255) = 11.31%

R = 77.98%
G = 10.7%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF2325 (or 0xFF2325) is known color: Torch Red. HEX triplet: FF, 23 and 25. RGB value is (255,35,37). Sum of RGB (Red+Green+Blue) = 255+35+37=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2325 is #00DCDA. Grayscale: #656565. Windows color (decimal): -56539 or 2434047. OLE color: 2434047.

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

Color convert

RGB 255 35 37 -
CMYK 0 0.86 0.85 0
HSL 359.45º 1% 0.57% -
HSV(B) 359.45º 0.86% 1% -
XYZ 42.17 22.6 3.89 -
YUV 101.01 91.89 237.84 -
System Red Green Blue C M Y K H S L
Decimal 255 35 37 0 0.86 0.85 0 359.45 1 0.57
Hex FF 23 25 0 56 55 0 167 64 39
Octal 377 43 45 0 126 125 0 547 144 71
Binary 11111111 100011 100101 0 1010110 1010101 0 101100111 1100100 111001

Color Harmonies of #FF2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2325

Black with #FF2325

Text Example


Text Example

White with #FF2325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2325; }

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

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

background-color css

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

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

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

border-color css

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

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

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