Html Css Color HEX #FF3239 Alizarin

📋 copy color: '#FF3239'

red 255 ◦ green 50 ◦ blue 57

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

Shades of Alizarin #FF3239

Tints of Alizarin #FF3239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.75%

R = 70.44%
G = 13.81%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF3239 (or 0xFF3239) is known color: Alizarin. HEX triplet: FF, 32 and 39. RGB value is (255,50,57). Sum of RGB (Red+Green+Blue) = 255+50+57=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3239 is #00CDC6. Grayscale: #707070. Windows color (decimal): -52679 or 3748607. OLE color: 3748607.

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

Color convert

RGB 255 50 57 -
CMYK 0 0.80 0.78 0
HSL 357.95º 1% 0.6% -
HSV(B) 357.95º 0.8% 1% -
XYZ 43.12 23.84 6.2 -
YUV 112.09 96.92 229.93 -
System Red Green Blue C M Y K H S L
Decimal 255 50 57 0 0.80 0.78 0 357.95 1 0.6
Hex FF 32 39 0 50 4E 0 166 64 3C
Octal 377 62 71 0 120 116 0 546 144 74
Binary 11111111 110010 111001 0 1010000 1001110 0 101100110 1100100 111100

Color Harmonies of #FF3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3239

Black with #FF3239

Text Example


Text Example

White with #FF3239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3239; }

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

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

background-color css

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

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

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

border-color css

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

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

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