Html Css Color HEX #FF0239 Torch Red

📋 copy color: '#FF0239'

red 255 ◦ green 2 ◦ blue 57

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

Shades of Torch Red #FF0239

Tints of Torch Red #FF0239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.15%

R = 81.21%
G = 0.64%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF0239 (or 0xFF0239) is known color: Torch Red. HEX triplet: FF, 02 and 39. RGB value is (255,2,57). Sum of RGB (Red+Green+Blue) = 255+2+57=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0239 is #00FDC6. Grayscale: #535353. Windows color (decimal): -64967 or 3736319. OLE color: 3736319.

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

Color convert

RGB 255 2 57 -
CMYK 0 0.99 0.78 0
HSL 346.96º 1% 0.5% -
HSV(B) 346.96º 0.99% 1% -
XYZ 42 21.6 5.83 -
YUV 83.92 112.82 250.03 -
System Red Green Blue C M Y K H S L
Decimal 255 2 57 0 0.99 0.78 0 346.96 1 0.5
Hex FF 2 39 0 63 4E 0 15B 64 32
Octal 377 2 71 0 143 116 0 533 144 62
Binary 11111111 10 111001 0 1100011 1001110 0 101011011 1100100 110010

Color Harmonies of #FF0239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0239

Black with #FF0239

Text Example


Text Example

White with #FF0239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0239; }

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

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

background-color css

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

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

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

border-color css

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

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

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