Html Css Color HEX #FF2F39 Alizarin

📋 copy color: '#FF2F39'

red 255 ◦ green 47 ◦ blue 57

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

Shades of Alizarin #FF2F39

Tints of Alizarin #FF2F39

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.09%

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

R = 71.03%
G = 13.09%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF2F39 (or 0xFF2F39) is known color: Alizarin. HEX triplet: FF, 2F and 39. RGB value is (255,47,57). Sum of RGB (Red+Green+Blue) = 255+47+57=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F39 is #00D0C6. Grayscale: #6E6E6E. Windows color (decimal): -53447 or 3747839. OLE color: 3747839.

HSL color Cylindrical-coordinate representation of color #FF2F39: hue angle of 357.12º 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 #FF2F39 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB 255 47 57 -
CMYK 0 0.82 0.78 0
HSL 357.12º 1% 0.59% -
HSV(B) 357.12º 0.82% 1% -
XYZ 43 23.59 6.16 -
YUV 110.33 97.91 231.19 -
System Red Green Blue C M Y K H S L
Decimal 255 47 57 0 0.82 0.78 0 357.12 1 0.59
Hex FF 2F 39 0 52 4E 0 165 64 3B
Octal 377 57 71 0 122 116 0 545 144 73
Binary 11111111 101111 111001 0 1010010 1001110 0 101100101 1100100 111011

Color Harmonies of #FF2F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2F39

Black with #FF2F39

Text Example


Text Example

White with #FF2F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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