Html Css Color HEX #FF0325 Torch Red

📋 copy color: '#FF0325'

red 255 ◦ green 3 ◦ blue 37

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

Shades of Torch Red #FF0325

Tints of Torch Red #FF0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 86.44%
G = 1.02%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF0325 (or 0xFF0325) is known color: Torch Red. HEX triplet: FF, 03 and 25. RGB value is (255,3,37). Sum of RGB (Red+Green+Blue) = 255+3+37=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0325 is #00FCDA. Grayscale: #525252. Windows color (decimal): -64731 or 2425855. OLE color: 2425855.

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

Color convert

RGB 255 3 37 -
CMYK 0 0.99 0.85 0
HSL 351.9º 1% 0.51% -
HSV(B) 351.9º 0.99% 1% -
XYZ 41.61 21.46 3.7 -
YUV 82.22 102.49 251.24 -
System Red Green Blue C M Y K H S L
Decimal 255 3 37 0 0.99 0.85 0 351.9 1 0.51
Hex FF 3 25 0 63 55 0 160 64 33
Octal 377 3 45 0 143 125 0 540 144 63
Binary 11111111 11 100101 0 1100011 1010101 0 101100000 1100100 110011

Color Harmonies of #FF0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0325

Black with #FF0325

Text Example


Text Example

White with #FF0325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0325; }

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

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

background-color css

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

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

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

border-color css

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

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

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