Html Css Color HEX #FF0625 Torch Red

📋 copy color: '#FF0625'

red 255 ◦ green 6 ◦ blue 37

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

Shades of Torch Red #FF0625

Tints of Torch Red #FF0625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

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

R = 85.57%
G = 2.01%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF0625 (or 0xFF0625) is known color: Torch Red. HEX triplet: FF, 06 and 25. RGB value is (255,6,37). Sum of RGB (Red+Green+Blue) = 255+6+37=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0625 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0625 is #00F9DA. Grayscale: #545454. Windows color (decimal): -63963 or 2426623. OLE color: 2426623.

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

Color convert

RGB 255 6 37 -
CMYK 0 0.98 0.85 0
HSL 352.53º 1% 0.51% -
HSV(B) 352.53º 0.98% 1% -
XYZ 41.64 21.52 3.71 -
YUV 83.99 101.49 249.98 -
System Red Green Blue C M Y K H S L
Decimal 255 6 37 0 0.98 0.85 0 352.53 1 0.51
Hex FF 6 25 0 62 55 0 161 64 33
Octal 377 6 45 0 142 125 0 541 144 63
Binary 11111111 110 100101 0 1100010 1010101 0 101100001 1100100 110011

Color Harmonies of #FF0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0625

Black with #FF0625

Text Example


Text Example

White with #FF0625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0625; }

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

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

background-color css

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

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

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

border-color css

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

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

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