Html Css Color HEX #FF0D37 Torch Red

📋 copy color: '#FF0D37'

red 255 ◦ green 13 ◦ blue 55

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

Shades of Torch Red #FF0D37

Tints of Torch Red #FF0D37

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.02%

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

R = 78.95%
G = 4.02%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF0D37 (or 0xFF0D37) is known color: Torch Red. HEX triplet: FF, 0D and 37. RGB value is (255,13,55). Sum of RGB (Red+Green+Blue) = 255+13+55=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D37 is #00F2C8. Grayscale: #5A5A5A. Windows color (decimal): -62153 or 3608063. OLE color: 3608063.

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

Color convert

RGB 255 13 55 -
CMYK 0 0.95 0.78 0
HSL 349.59º 1% 0.53% -
HSV(B) 349.59º 0.95% 1% -
XYZ 42.07 21.82 5.61 -
YUV 90.15 108.17 245.58 -
System Red Green Blue C M Y K H S L
Decimal 255 13 55 0 0.95 0.78 0 349.59 1 0.53
Hex FF D 37 0 5F 4E 0 15E 64 35
Octal 377 15 67 0 137 116 0 536 144 65
Binary 11111111 1101 110111 0 1011111 1001110 0 101011110 1100100 110101

Color Harmonies of #FF0D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0D37

Black with #FF0D37

Text Example


Text Example

White with #FF0D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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