Html Css Color HEX #FF2E3E Alizarin

📋 copy color: '#FF2E3E'

red 255 ◦ green 46 ◦ blue 62

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

Shades of Alizarin #FF2E3E

Tints of Alizarin #FF2E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.08%

R = 70.25%
G = 12.67%
B = 17.08%

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

#FF2E3E (or 0xFF2E3E) is known color: Alizarin. HEX triplet: FF, 2E and 3E. RGB value is (255,46,62). Sum of RGB (Red+Green+Blue) = 255+46+62=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E3E is #00D1C1. Grayscale: #6E6E6E. Windows color (decimal): -53698 or 4075263. OLE color: 4075263.

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

Color convert

RGB 255 46 62 -
CMYK 0 0.82 0.76 0
HSL 355.41º 1% 0.59% -
HSV(B) 355.41º 0.82% 1% -
XYZ 43.09 23.56 6.83 -
YUV 110.32 100.74 231.2 -
System Red Green Blue C M Y K H S L
Decimal 255 46 62 0 0.82 0.76 0 355.41 1 0.59
Hex FF 2E 3E 0 52 4C 0 163 64 3B
Octal 377 56 76 0 122 114 0 543 144 73
Binary 11111111 101110 111110 0 1010010 1001100 0 101100011 1100100 111011

Color Harmonies of #FF2E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E3E

Black with #FF2E3E

Text Example


Text Example

White with #FF2E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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