Html Css Color HEX #FF2E3B Alizarin

📋 copy color: '#FF2E3B'

red 255 ◦ green 46 ◦ blue 59

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

Shades of Alizarin #FF2E3B

Tints of Alizarin #FF2E3B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.78%

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

R = 70.83%
G = 12.78%
B = 16.39%

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

#FF2E3B (or 0xFF2E3B) is known color: Alizarin. HEX triplet: FF, 2E and 3B. RGB value is (255,46,59). Sum of RGB (Red+Green+Blue) = 255+46+59=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E3B is #00D1C4. Grayscale: #6E6E6E. Windows color (decimal): -53701 or 3878655. OLE color: 3878655.

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

Color convert

RGB 255 46 59 -
CMYK 0 0.82 0.77 0
HSL 356.27º 1% 0.59% -
HSV(B) 356.27º 0.82% 1% -
XYZ 43.01 23.53 6.41 -
YUV 109.97 99.24 231.44 -
System Red Green Blue C M Y K H S L
Decimal 255 46 59 0 0.82 0.77 0 356.27 1 0.59
Hex FF 2E 3B 0 52 4D 0 164 64 3B
Octal 377 56 73 0 122 115 0 544 144 73
Binary 11111111 101110 111011 0 1010010 1001101 0 101100100 1100100 111011

Color Harmonies of #FF2E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E3B

Black with #FF2E3B

Text Example


Text Example

White with #FF2E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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