Html Css Color HEX #FF0448 Torch Red

📋 copy color: '#FF0448'

red 255 ◦ green 4 ◦ blue 72

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

Shades of Torch Red #FF0448

Tints of Torch Red #FF0448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

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

R = 77.04%
G = 1.21%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF0448 (or 0xFF0448) is known color: Torch Red. HEX triplet: FF, 04 and 48. RGB value is (255,4,72). Sum of RGB (Red+Green+Blue) = 255+4+72=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0448 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0448 is #00FBB7. Grayscale: #565656. Windows color (decimal): -64440 or 4719871. OLE color: 4719871.

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

Color convert

RGB 255 4 72 -
CMYK 0 0.98 0.72 0
HSL 343.75º 1% 0.51% -
HSV(B) 343.75º 0.98% 1% -
XYZ 42.45 21.81 8.1 -
YUV 86.8 119.66 247.97 -
System Red Green Blue C M Y K H S L
Decimal 255 4 72 0 0.98 0.72 0 343.75 1 0.51
Hex FF 4 48 0 62 48 0 158 64 33
Octal 377 4 110 0 142 110 0 530 144 63
Binary 11111111 100 1001000 0 1100010 1001000 0 101011000 1100100 110011

Color Harmonies of #FF0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0448

Black with #FF0448

Text Example


Text Example

White with #FF0448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0448; }

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

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

background-color css

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

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

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

border-color css

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

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

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