Html Css Color HEX #FF2E2F Alizarin

📋 copy color: '#FF2E2F'

red 255 ◦ green 46 ◦ blue 47

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

Shades of Alizarin #FF2E2F

Tints of Alizarin #FF2E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.51%

R = 73.28%
G = 13.22%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF2E2F (or 0xFF2E2F) is known color: Alizarin. HEX triplet: FF, 2E and 2F. RGB value is (255,46,47). Sum of RGB (Red+Green+Blue) = 255+46+47=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E2F is #00D1D0. Grayscale: #6C6C6C. Windows color (decimal): -53713 or 3092223. OLE color: 3092223.

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

Color convert

RGB 255 46 47 -
CMYK 0 0.82 0.82 0
HSL 359.71º 1% 0.59% -
HSV(B) 359.71º 0.82% 1% -
XYZ 42.73 23.42 4.96 -
YUV 108.61 93.24 232.42 -
System Red Green Blue C M Y K H S L
Decimal 255 46 47 0 0.82 0.82 0 359.71 1 0.59
Hex FF 2E 2F 0 52 52 0 168 64 3B
Octal 377 56 57 0 122 122 0 550 144 73
Binary 11111111 101110 101111 0 1010010 1010010 0 101101000 1100100 111011

Color Harmonies of #FF2E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E2F

Black with #FF2E2F

Text Example


Text Example

White with #FF2E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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