Html Css Color HEX #FF2E3D Alizarin

📋 copy color: '#FF2E3D'

red 255 ◦ green 46 ◦ blue 61

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

Shades of Alizarin #FF2E3D

Tints of Alizarin #FF2E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.85%

R = 70.44%
G = 12.71%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF2E3D (or 0xFF2E3D) is known color: Alizarin. HEX triplet: FF, 2E and 3D. RGB value is (255,46,61). Sum of RGB (Red+Green+Blue) = 255+46+61=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E3D is #00D1C2. Grayscale: #6E6E6E. Windows color (decimal): -53699 or 4009727. OLE color: 4009727.

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

Color convert

RGB 255 46 61 -
CMYK 0 0.82 0.76 0
HSL 355.69º 1% 0.59% -
HSV(B) 355.69º 0.82% 1% -
XYZ 43.06 23.55 6.69 -
YUV 110.2 100.24 231.28 -
System Red Green Blue C M Y K H S L
Decimal 255 46 61 0 0.82 0.76 0 355.69 1 0.59
Hex FF 2E 3D 0 52 4C 0 164 64 3B
Octal 377 56 75 0 122 114 0 544 144 73
Binary 11111111 101110 111101 0 1010010 1001100 0 101100100 1100100 111011

Color Harmonies of #FF2E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E3D

Black with #FF2E3D

Text Example


Text Example

White with #FF2E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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