Html Css Color HEX #F32535 Alizarin

📋 copy color: '#F32535'

red 243 ◦ green 37 ◦ blue 53

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

Shades of Alizarin #F32535

Tints of Alizarin #F32535

RGB

 RED value IS 243 (95.31% from 255) = 72.97%

 GREEN value IS 37 (14.84% from 255) = 11.11%

 BLUE value IS 53 (21.09% from 255) = 15.92%

R = 72.97%
G = 11.11%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F32535 (or 0xF32535) is known color: Alizarin. HEX triplet: F3, 25 and 35. RGB value is (243,37,53). Sum of RGB (Red+Green+Blue) = 243+37+53=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F32535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32535 is #0CDACA. Grayscale: #646464. Windows color (decimal): -842443 or 3483123. OLE color: 3483123.

HSL color Cylindrical-coordinate representation of color #F32535: hue angle of 355.34º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32535 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 37 53 -
CMYK 0 0.85 0.78 0.05
HSL 355.34º 0.9% 0.55% -
HSV(B) 355.34º 0.85% 0.95% -
XYZ 38.27 20.63 5.33 -
YUV 100.42 101.25 229.7 -
System Red Green Blue C M Y K H S L
Decimal 243 37 53 0 0.85 0.78 0.05 355.34 0.9 0.55
Hex F3 25 35 0 55 4E 5 163 5A 37
Octal 363 45 65 0 125 116 5 543 132 67
Binary 11110011 100101 110101 0 1010101 1001110 101 101100011 1011010 110111

Color Harmonies of #F32535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32535

Black with #F32535

Text Example


Text Example

White with #F32535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32535; }

 p { color: rgb(243,37,53); }

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

background-color css

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

 a { background-color: rgb(243,37,53); }

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

border-color css

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

 span { border-color: rgb(243,37,53); }

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