Html Css Color HEX #FF3249 Radical Red

📋 copy color: '#FF3249'

red 255 ◦ green 50 ◦ blue 73

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

Shades of Radical Red #FF3249

Tints of Radical Red #FF3249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.23%

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

R = 67.46%
G = 13.23%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF3249 (or 0xFF3249) is known color: Radical Red. HEX triplet: FF, 32 and 49. RGB value is (255,50,73). Sum of RGB (Red+Green+Blue) = 255+50+73=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3249 is #00CDB6. Grayscale: #727272. Windows color (decimal): -52663 or 4797183. OLE color: 4797183.

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

Color convert

RGB 255 50 73 -
CMYK 0 0.80 0.71 0
HSL 353.27º 1% 0.6% -
HSV(B) 353.27º 0.8% 1% -
XYZ 43.58 24.02 8.64 -
YUV 113.92 104.92 228.63 -
System Red Green Blue C M Y K H S L
Decimal 255 50 73 0 0.80 0.71 0 353.27 1 0.6
Hex FF 32 49 0 50 47 0 161 64 3C
Octal 377 62 111 0 120 107 0 541 144 74
Binary 11111111 110010 1001001 0 1010000 1000111 0 101100001 1100100 111100

Color Harmonies of #FF3249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3249

Black with #FF3249

Text Example


Text Example

White with #FF3249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3249; }

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

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

background-color css

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

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

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

border-color css

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

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

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