Html Css Color HEX #FF2933 Alizarin

📋 copy color: '#FF2933'

red 255 ◦ green 41 ◦ blue 51

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

Shades of Alizarin #FF2933

Tints of Alizarin #FF2933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.7%

R = 73.49%
G = 11.82%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.8

 K value IS 0

RGB Variations

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

Color information

#FF2933 (or 0xFF2933) is known color: Alizarin. HEX triplet: FF, 29 and 33. RGB value is (255,41,51). Sum of RGB (Red+Green+Blue) = 255+41+51=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2933 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2933 is #00D6CC. Grayscale: #6A6A6A. Windows color (decimal): -54989 or 3353087. OLE color: 3353087.

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

Color convert

RGB 255 41 51 -
CMYK 0 0.84 0.8 0
HSL 357.2º 1% 0.58% -
HSV(B) 357.2º 0.84% 1% -
XYZ 42.63 23.08 5.34 -
YUV 106.13 96.9 234.19 -
System Red Green Blue C M Y K H S L
Decimal 255 41 51 0 0.84 0.8 0 357.2 1 0.58
Hex FF 29 33 0 54 50 0 165 64 3A
Octal 377 51 63 0 124 120 0 545 144 72
Binary 11111111 101001 110011 0 1010100 1010000 0 101100101 1100100 111010

Color Harmonies of #FF2933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2933

Black with #FF2933

Text Example


Text Example

White with #FF2933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2933; }

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

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

background-color css

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

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

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

border-color css

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

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

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