Html Css Color HEX #FF0037 Torch Red

📋 copy color: '#FF0037'

red 255 ◦ green 0 ◦ blue 55

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

Shades of Torch Red #FF0037

Tints of Torch Red #FF0037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.26%
G = 0%
B = 17.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF0037 (or 0xFF0037) is known color: Torch Red. HEX triplet: FF, 00 and 37. RGB value is (255,0,55). Sum of RGB (Red+Green+Blue) = 255+0+55=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0037 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0037 is #00FFC8. Grayscale: #525252. Windows color (decimal): -65481 or 3604735. OLE color: 3604735.

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

Color convert

RGB 255 0 55 -
CMYK 0 1 0.78 0
HSL 347.06º 1% 0.5% -
HSV(B) 347.06º 1% 1% -
XYZ 41.93 21.54 5.56 -
YUV 82.52 112.48 251.03 -
System Red Green Blue C M Y K H S L
Decimal 255 0 55 0 1 0.78 0 347.06 1 0.5
Hex FF 0 37 0 64 4E 0 15B 64 32
Octal 377 0 67 0 144 116 0 533 144 62
Binary 11111111 0 110111 0 1100100 1001110 0 101011011 1100100 110010

Color Harmonies of #FF0037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0037

Black with #FF0037

Text Example


Text Example

White with #FF0037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0037; }

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

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

background-color css

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

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

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

border-color css

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

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

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