Html Css Color HEX #FF3236 Alizarin

📋 copy color: '#FF3236'

red 255 ◦ green 50 ◦ blue 54

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

Shades of Alizarin #FF3236

Tints of Alizarin #FF3236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.93%

 BLUE value IS 54 (21.48% from 255) = 15.04%

R = 71.03%
G = 13.93%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF3236 (or 0xFF3236) is known color: Alizarin. HEX triplet: FF, 32 and 36. RGB value is (255,50,54). Sum of RGB (Red+Green+Blue) = 255+50+54=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3236 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3236 is #00CDC9. Grayscale: #6F6F6F. Windows color (decimal): -52682 or 3551999. OLE color: 3551999.

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

Color convert

RGB 255 50 54 -
CMYK 0 0.80 0.79 0
HSL 358.83º 1% 0.6% -
HSV(B) 358.83º 0.8% 1% -
XYZ 43.05 23.81 5.82 -
YUV 111.75 95.42 230.17 -
System Red Green Blue C M Y K H S L
Decimal 255 50 54 0 0.80 0.79 0 358.83 1 0.6
Hex FF 32 36 0 50 4F 0 167 64 3C
Octal 377 62 66 0 120 117 0 547 144 74
Binary 11111111 110010 110110 0 1010000 1001111 0 101100111 1100100 111100

Color Harmonies of #FF3236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3236

Black with #FF3236

Text Example


Text Example

White with #FF3236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3236; }

 p { color: rgb(255,50,54); }

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

background-color css

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

 a { background-color: rgb(255,50,54); }

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

border-color css

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

 span { border-color: rgb(255,50,54); }

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