Html Css Color HEX #FF2D30 Alizarin

📋 copy color: '#FF2D30'

red 255 ◦ green 45 ◦ blue 48

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

Shades of Alizarin #FF2D30

Tints of Alizarin #FF2D30

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.93%

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

R = 73.28%
G = 12.93%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF2D30 (or 0xFF2D30) is known color: Alizarin. HEX triplet: FF, 2D and 30. RGB value is (255,45,48). Sum of RGB (Red+Green+Blue) = 255+45+48=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2D30 is #00D2CF. Grayscale: #6C6C6C. Windows color (decimal): -53968 or 3157503. OLE color: 3157503.

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

Color convert

RGB 255 45 48 -
CMYK 0 0.82 0.81 0
HSL 359.14º 1% 0.59% -
HSV(B) 359.14º 0.82% 1% -
XYZ 42.71 23.35 5.05 -
YUV 108.13 94.07 232.76 -
System Red Green Blue C M Y K H S L
Decimal 255 45 48 0 0.82 0.81 0 359.14 1 0.59
Hex FF 2D 30 0 52 51 0 167 64 3B
Octal 377 55 60 0 122 121 0 547 144 73
Binary 11111111 101101 110000 0 1010010 1010001 0 101100111 1100100 111011

Color Harmonies of #FF2D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2D30

Black with #FF2D30

Text Example


Text Example

White with #FF2D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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