Html Css Color HEX #FF2448 Radical Red

📋 copy color: '#FF2448'

red 255 ◦ green 36 ◦ blue 72

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

Shades of Radical Red #FF2448

Tints of Radical Red #FF2448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.92%

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

R = 70.25%
G = 9.92%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF2448 (or 0xFF2448) is known color: Radical Red. HEX triplet: FF, 24 and 48. RGB value is (255,36,72). Sum of RGB (Red+Green+Blue) = 255+36+72=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2448 is #00DBB7. Grayscale: #696969. Windows color (decimal): -56248 or 4728063. OLE color: 4728063.

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

Color convert

RGB 255 36 72 -
CMYK 0 0.86 0.72 0
HSL 350.14º 1% 0.57% -
HSV(B) 350.14º 0.86% 1% -
XYZ 43.04 22.99 8.3 -
YUV 105.59 109.05 234.57 -
System Red Green Blue C M Y K H S L
Decimal 255 36 72 0 0.86 0.72 0 350.14 1 0.57
Hex FF 24 48 0 56 48 0 15E 64 39
Octal 377 44 110 0 126 110 0 536 144 71
Binary 11111111 100100 1001000 0 1010110 1001000 0 101011110 1100100 111001

Color Harmonies of #FF2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2448

Black with #FF2448

Text Example


Text Example

White with #FF2448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2448; }

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

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

background-color css

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

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

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

border-color css

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

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

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