Html Css Color HEX #FF2930 Alizarin

📋 copy color: '#FF2930'

red 255 ◦ green 41 ◦ blue 48

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

Shades of Alizarin #FF2930

Tints of Alizarin #FF2930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.92%

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

R = 74.13%
G = 11.92%
B = 13.95%

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

#FF2930 (or 0xFF2930) is known color: Alizarin. HEX triplet: FF, 29 and 30. RGB value is (255,41,48). Sum of RGB (Red+Green+Blue) = 255+41+48=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2930 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2930 is #00D6CF. Grayscale: #696969. Windows color (decimal): -54992 or 3156479. OLE color: 3156479.

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

Color convert

RGB 255 41 48 -
CMYK 0 0.84 0.81 0
HSL 358.04º 1% 0.58% -
HSV(B) 358.04º 0.84% 1% -
XYZ 42.57 23.06 5 -
YUV 105.78 95.4 234.43 -
System Red Green Blue C M Y K H S L
Decimal 255 41 48 0 0.84 0.81 0 358.04 1 0.58
Hex FF 29 30 0 54 51 0 166 64 3A
Octal 377 51 60 0 124 121 0 546 144 72
Binary 11111111 101001 110000 0 1010100 1010001 0 101100110 1100100 111010

Color Harmonies of #FF2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2930

Black with #FF2930

Text Example


Text Example

White with #FF2930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2930; }

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

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

background-color css

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

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

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

border-color css

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

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

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