Html Css Color HEX #FF0245 Torch Red

📋 copy color: '#FF0245'

red 255 ◦ green 2 ◦ blue 69

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

Shades of Torch Red #FF0245

Tints of Torch Red #FF0245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 78.22%
G = 0.61%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FF0245 (or 0xFF0245) is known color: Torch Red. HEX triplet: FF, 02 and 45. RGB value is (255,2,69). Sum of RGB (Red+Green+Blue) = 255+2+69=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0245 is #00FDBA. Grayscale: #555555. Windows color (decimal): -64955 or 4522751. OLE color: 4522751.

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

Color convert

RGB 255 2 69 -
CMYK 0 0.99 0.73 0
HSL 344.11º 1% 0.5% -
HSV(B) 344.11º 0.99% 1% -
XYZ 42.34 21.73 7.59 -
YUV 85.29 118.82 249.05 -
System Red Green Blue C M Y K H S L
Decimal 255 2 69 0 0.99 0.73 0 344.11 1 0.5
Hex FF 2 45 0 63 49 0 158 64 32
Octal 377 2 105 0 143 111 0 530 144 62
Binary 11111111 10 1000101 0 1100011 1001001 0 101011000 1100100 110010

Color Harmonies of #FF0245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0245

Black with #FF0245

Text Example


Text Example

White with #FF0245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0245; }

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

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

background-color css

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

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

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

border-color css

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

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

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