Html Css Color HEX #FF0225 Torch Red

📋 copy color: '#FF0225'

red 255 ◦ green 2 ◦ blue 37

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

Shades of Torch Red #FF0225

Tints of Torch Red #FF0225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 86.73%
G = 0.68%
B = 12.59%

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

#FF0225 (or 0xFF0225) is known color: Torch Red. HEX triplet: FF, 02 and 25. RGB value is (255,2,37). Sum of RGB (Red+Green+Blue) = 255+2+37=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0225 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0225 is #00FDDA. Grayscale: #515151. Windows color (decimal): -64987 or 2425599. OLE color: 2425599.

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

Color convert

RGB 255 2 37 -
CMYK 0 0.99 0.85 0
HSL 351.7º 1% 0.5% -
HSV(B) 351.7º 0.99% 1% -
XYZ 41.6 21.44 3.7 -
YUV 81.64 102.82 251.65 -
System Red Green Blue C M Y K H S L
Decimal 255 2 37 0 0.99 0.85 0 351.7 1 0.5
Hex FF 2 25 0 63 55 0 160 64 32
Octal 377 2 45 0 143 125 0 540 144 62
Binary 11111111 10 100101 0 1100011 1010101 0 101100000 1100100 110010

Color Harmonies of #FF0225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0225

Black with #FF0225

Text Example


Text Example

White with #FF0225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0225; }

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

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

background-color css

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

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

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

border-color css

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

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

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