Html Css Color HEX #FF0237 Torch Red

📋 copy color: '#FF0237'

red 255 ◦ green 2 ◦ blue 55

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

Shades of Torch Red #FF0237

Tints of Torch Red #FF0237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.63%

R = 81.73%
G = 0.64%
B = 17.63%

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

#FF0237 (or 0xFF0237) is known color: Torch Red. HEX triplet: FF, 02 and 37. RGB value is (255,2,55). Sum of RGB (Red+Green+Blue) = 255+2+55=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0237 is #00FDC8. Grayscale: #535353. Windows color (decimal): -64969 or 3605247. OLE color: 3605247.

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

Color convert

RGB 255 2 55 -
CMYK 0 0.99 0.78 0
HSL 347.43º 1% 0.5% -
HSV(B) 347.43º 0.99% 1% -
XYZ 41.95 21.58 5.57 -
YUV 83.69 111.82 250.19 -
System Red Green Blue C M Y K H S L
Decimal 255 2 55 0 0.99 0.78 0 347.43 1 0.5
Hex FF 2 37 0 63 4E 0 15B 64 32
Octal 377 2 67 0 143 116 0 533 144 62
Binary 11111111 10 110111 0 1100011 1001110 0 101011011 1100100 110010

Color Harmonies of #FF0237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0237

Black with #FF0237

Text Example


Text Example

White with #FF0237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0237; }

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

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

background-color css

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

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

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

border-color css

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

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

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