Html Css Color HEX #FF2F3B Alizarin

📋 copy color: '#FF2F3B'

red 255 ◦ green 47 ◦ blue 59

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

Shades of Alizarin #FF2F3B

Tints of Alizarin #FF2F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.34%

R = 70.64%
G = 13.02%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF2F3B (or 0xFF2F3B) is known color: Alizarin. HEX triplet: FF, 2F and 3B. RGB value is (255,47,59). Sum of RGB (Red+Green+Blue) = 255+47+59=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F3B is #00D0C4. Grayscale: #6E6E6E. Windows color (decimal): -53445 or 3878911. OLE color: 3878911.

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

Color convert

RGB 255 47 59 -
CMYK 0 0.82 0.77 0
HSL 356.54º 1% 0.59% -
HSV(B) 356.54º 0.82% 1% -
XYZ 43.05 23.61 6.43 -
YUV 110.56 98.91 231.02 -
System Red Green Blue C M Y K H S L
Decimal 255 47 59 0 0.82 0.77 0 356.54 1 0.59
Hex FF 2F 3B 0 52 4D 0 165 64 3B
Octal 377 57 73 0 122 115 0 545 144 73
Binary 11111111 101111 111011 0 1010010 1001101 0 101100101 1100100 111011

Color Harmonies of #FF2F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2F3B

Black with #FF2F3B

Text Example


Text Example

White with #FF2F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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