Html Css Color HEX #FF2A40 Alizarin

📋 copy color: '#FF2A40'

red 255 ◦ green 42 ◦ blue 64

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

Shades of Alizarin #FF2A40

Tints of Alizarin #FF2A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.63%

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 70.64%
G = 11.63%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF2A40 (or 0xFF2A40) is known color: Alizarin. HEX triplet: FF, 2A and 40. RGB value is (255,42,64). Sum of RGB (Red+Green+Blue) = 255+42+64=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A40 is #00D5BF. Grayscale: #6C6C6C. Windows color (decimal): -54720 or 4205311. OLE color: 4205311.

HSL color Cylindrical-coordinate representation of color #FF2A40: hue angle of 353.8º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2A40 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 42 64 -
CMYK 0 0.84 0.75 0
HSL 353.8º 1% 0.58% -
HSV(B) 353.8º 0.84% 1% -
XYZ 42.99 23.29 7.08 -
YUV 108.2 103.07 232.71 -
System Red Green Blue C M Y K H S L
Decimal 255 42 64 0 0.84 0.75 0 353.8 1 0.58
Hex FF 2A 40 0 54 4B 0 162 64 3A
Octal 377 52 100 0 124 113 0 542 144 72
Binary 11111111 101010 1000000 0 1010100 1001011 0 101100010 1100100 111010

Color Harmonies of #FF2A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2A40

Black with #FF2A40

Text Example


Text Example

White with #FF2A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2A40; }

 p { color: rgb(255,42,64); }

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

background-color css

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

 a { background-color: rgb(255,42,64); }

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

border-color css

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

 span { border-color: rgb(255,42,64); }

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