Html Css Color HEX #FF0D48 Torch Red

📋 copy color: '#FF0D48'

red 255 ◦ green 13 ◦ blue 72

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

Shades of Torch Red #FF0D48

Tints of Torch Red #FF0D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.18%

R = 75%
G = 3.82%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF0D48 (or 0xFF0D48) is known color: Torch Red. HEX triplet: FF, 0D and 48. RGB value is (255,13,72). Sum of RGB (Red+Green+Blue) = 255+13+72=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D48 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D48 is #00F2B7. Grayscale: #5C5C5C. Windows color (decimal): -62136 or 4722175. OLE color: 4722175.

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

Color convert

RGB 255 13 72 -
CMYK 0 0.95 0.72 0
HSL 345.37º 1% 0.53% -
HSV(B) 345.37º 0.95% 1% -
XYZ 42.55 22.02 8.14 -
YUV 92.08 116.67 244.2 -
System Red Green Blue C M Y K H S L
Decimal 255 13 72 0 0.95 0.72 0 345.37 1 0.53
Hex FF D 48 0 5F 48 0 159 64 35
Octal 377 15 110 0 137 110 0 531 144 65
Binary 11111111 1101 1001000 0 1011111 1001000 0 101011001 1100100 110101

Color Harmonies of #FF0D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0D48

Black with #FF0D48

Text Example


Text Example

White with #FF0D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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