Html Css Color HEX #FF2E49 Radical Red

📋 copy color: '#FF2E49'

red 255 ◦ green 46 ◦ blue 73

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

Shades of Radical Red #FF2E49

Tints of Radical Red #FF2E49

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.3%

 BLUE value IS 73 (28.91% from 255) = 19.52%

R = 68.18%
G = 12.3%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF2E49 (or 0xFF2E49) is known color: Radical Red. HEX triplet: FF, 2E and 49. RGB value is (255,46,73). Sum of RGB (Red+Green+Blue) = 255+46+73=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E49 is #00D1B6. Grayscale: #6F6F6F. Windows color (decimal): -53687 or 4796159. OLE color: 4796159.

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

Color convert

RGB 255 46 73 -
CMYK 0 0.82 0.71 0
HSL 352.25º 1% 0.59% -
HSV(B) 352.25º 0.82% 1% -
XYZ 43.42 23.7 8.59 -
YUV 111.57 106.24 230.3 -
System Red Green Blue C M Y K H S L
Decimal 255 46 73 0 0.82 0.71 0 352.25 1 0.59
Hex FF 2E 49 0 52 47 0 160 64 3B
Octal 377 56 111 0 122 107 0 540 144 73
Binary 11111111 101110 1001001 0 1010010 1000111 0 101100000 1100100 111011

Color Harmonies of #FF2E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E49

Black with #FF2E49

Text Example


Text Example

White with #FF2E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E49; }

 p { color: rgb(255,46,73); }

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

background-color css

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

 a { background-color: rgb(255,46,73); }

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

border-color css

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

 span { border-color: rgb(255,46,73); }

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