Html Css Color HEX #FF2A30 Alizarin

📋 copy color: '#FF2A30'

red 255 ◦ green 42 ◦ blue 48

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

Shades of Alizarin #FF2A30

Tints of Alizarin #FF2A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.91%

R = 73.91%
G = 12.17%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF2A30 (or 0xFF2A30) is known color: Alizarin. HEX triplet: FF, 2A and 30. RGB value is (255,42,48). Sum of RGB (Red+Green+Blue) = 255+42+48=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A30 is #00D5CF. Grayscale: #6A6A6A. Windows color (decimal): -54736 or 3156735. OLE color: 3156735.

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

Color convert

RGB 255 42 48 -
CMYK 0 0.84 0.81 0
HSL 358.31º 1% 0.58% -
HSV(B) 358.31º 0.84% 1% -
XYZ 42.6 23.13 5.02 -
YUV 106.37 95.07 234.01 -
System Red Green Blue C M Y K H S L
Decimal 255 42 48 0 0.84 0.81 0 358.31 1 0.58
Hex FF 2A 30 0 54 51 0 166 64 3A
Octal 377 52 60 0 124 121 0 546 144 72
Binary 11111111 101010 110000 0 1010100 1010001 0 101100110 1100100 111010

Color Harmonies of #FF2A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2A30

Black with #FF2A30

Text Example


Text Example

White with #FF2A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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