Html Css Color HEX #FF3139 Alizarin

📋 copy color: '#FF3139'

red 255 ◦ green 49 ◦ blue 57

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

Shades of Alizarin #FF3139

Tints of Alizarin #FF3139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.57%

 BLUE value IS 57 (22.66% from 255) = 15.79%

R = 70.64%
G = 13.57%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF3139 (or 0xFF3139) is known color: Alizarin. HEX triplet: FF, 31 and 39. RGB value is (255,49,57). Sum of RGB (Red+Green+Blue) = 255+49+57=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3139 is #00CEC6. Grayscale: #6F6F6F. Windows color (decimal): -52935 or 3748351. OLE color: 3748351.

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

Color convert

RGB 255 49 57 -
CMYK 0 0.81 0.78 0
HSL 357.67º 1% 0.6% -
HSV(B) 357.67º 0.81% 1% -
XYZ 43.08 23.75 6.19 -
YUV 111.51 97.25 230.35 -
System Red Green Blue C M Y K H S L
Decimal 255 49 57 0 0.81 0.78 0 357.67 1 0.6
Hex FF 31 39 0 51 4E 0 166 64 3C
Octal 377 61 71 0 121 116 0 546 144 74
Binary 11111111 110001 111001 0 1010001 1001110 0 101100110 1100100 111100

Color Harmonies of #FF3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3139

Black with #FF3139

Text Example


Text Example

White with #FF3139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3139; }

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

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

background-color css

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

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

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

border-color css

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

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

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