Html Css Color HEX #FF3949 Radical Red

📋 copy color: '#FF3949'

red 255 ◦ green 57 ◦ blue 73

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

Shades of Radical Red #FF3949

Tints of Radical Red #FF3949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.81%

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

R = 66.23%
G = 14.81%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF3949 (or 0xFF3949) is known color: Radical Red. HEX triplet: FF, 39 and 49. RGB value is (255,57,73). Sum of RGB (Red+Green+Blue) = 255+57+73=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3949 is #00C6B6. Grayscale: #767676. Windows color (decimal): -50871 or 4798975. OLE color: 4798975.

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

Color convert

RGB 255 57 73 -
CMYK 0 0.78 0.71 0
HSL 355.15º 1% 0.61% -
HSV(B) 355.15º 0.78% 1% -
XYZ 43.91 24.67 8.75 -
YUV 118.03 102.6 225.7 -
System Red Green Blue C M Y K H S L
Decimal 255 57 73 0 0.78 0.71 0 355.15 1 0.61
Hex FF 39 49 0 4E 47 0 163 64 3D
Octal 377 71 111 0 116 107 0 543 144 75
Binary 11111111 111001 1001001 0 1001110 1000111 0 101100011 1100100 111101

Color Harmonies of #FF3949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3949

Black with #FF3949

Text Example


Text Example

White with #FF3949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3949; }

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

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

background-color css

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

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

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

border-color css

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

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

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