Html Css Color HEX #FF333A Alizarin

📋 copy color: '#FF333A'

red 255 ◦ green 51 ◦ blue 58

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

Shades of Alizarin #FF333A

Tints of Alizarin #FF333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

 BLUE value IS 58 (23.05% from 255) = 15.93%

R = 70.05%
G = 14.01%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF333A (or 0xFF333A) is known color: Alizarin. HEX triplet: FF, 33 and 3A. RGB value is (255,51,58). Sum of RGB (Red+Green+Blue) = 255+51+58=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF333A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF333A is #00CCC5. Grayscale: #707070. Windows color (decimal): -52422 or 3814399. OLE color: 3814399.

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

Color convert

RGB 255 51 58 -
CMYK 0 0.8 0.77 0
HSL 357.94º 1% 0.6% -
HSV(B) 357.94º 0.8% 1% -
XYZ 43.19 23.93 6.35 -
YUV 112.79 97.09 229.43 -
System Red Green Blue C M Y K H S L
Decimal 255 51 58 0 0.8 0.77 0 357.94 1 0.6
Hex FF 33 3A 0 50 4D 0 166 64 3C
Octal 377 63 72 0 120 115 0 546 144 74
Binary 11111111 110011 111010 0 1010000 1001101 0 101100110 1100100 111100

Color Harmonies of #FF333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF333A

Black with #FF333A

Text Example


Text Example

White with #FF333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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