Html Css Color HEX #F32335 Alizarin

📋 copy color: '#F32335'

red 243 ◦ green 35 ◦ blue 53

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

Shades of Alizarin #F32335

Tints of Alizarin #F32335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.57%

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

R = 73.41%
G = 10.57%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F32335 (or 0xF32335) is known color: Alizarin. HEX triplet: F3, 23 and 35. RGB value is (243,35,53). Sum of RGB (Red+Green+Blue) = 243+35+53=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F32335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32335 is #0CDCCA. Grayscale: #636363. Windows color (decimal): -842955 or 3482611. OLE color: 3482611.

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

Color convert

RGB 243 35 53 -
CMYK 0 0.86 0.78 0.05
HSL 354.81º 0.9% 0.55% -
HSV(B) 354.81º 0.86% 0.95% -
XYZ 38.21 20.51 5.31 -
YUV 99.24 101.91 230.54 -
System Red Green Blue C M Y K H S L
Decimal 243 35 53 0 0.86 0.78 0.05 354.81 0.9 0.55
Hex F3 23 35 0 56 4E 5 163 5A 37
Octal 363 43 65 0 126 116 5 543 132 67
Binary 11110011 100011 110101 0 1010110 1001110 101 101100011 1011010 110111

Color Harmonies of #F32335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32335

Black with #F32335

Text Example


Text Example

White with #F32335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32335; }

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

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

background-color css

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

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

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

border-color css

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

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

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