Html Css Color HEX #F32735 Alizarin

📋 copy color: '#F32735'

red 243 ◦ green 39 ◦ blue 53

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

Shades of Alizarin #F32735

Tints of Alizarin #F32735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.64%

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

R = 72.54%
G = 11.64%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F32735 (or 0xF32735) is known color: Alizarin. HEX triplet: F3, 27 and 35. RGB value is (243,39,53). Sum of RGB (Red+Green+Blue) = 243+39+53=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F32735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32735 is #0CD8CA. Grayscale: #656565. Windows color (decimal): -841931 or 3483635. OLE color: 3483635.

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

Color convert

RGB 243 39 53 -
CMYK 0 0.84 0.78 0.05
HSL 355.88º 0.89% 0.55% -
HSV(B) 355.88º 0.84% 0.95% -
XYZ 38.33 20.76 5.36 -
YUV 101.59 100.59 228.86 -
System Red Green Blue C M Y K H S L
Decimal 243 39 53 0 0.84 0.78 0.05 355.88 0.89 0.55
Hex F3 27 35 0 54 4E 5 164 59 37
Octal 363 47 65 0 124 116 5 544 131 67
Binary 11110011 100111 110101 0 1010100 1001110 101 101100100 1011001 110111

Color Harmonies of #F32735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32735

Black with #F32735

Text Example


Text Example

White with #F32735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32735; }

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

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

background-color css

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

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

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

border-color css

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

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

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