Html Css Color HEX #F32935 Alizarin

📋 copy color: '#F32935'

red 243 ◦ green 41 ◦ blue 53

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

Shades of Alizarin #F32935

Tints of Alizarin #F32935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.17%

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

R = 72.11%
G = 12.17%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F32935 (or 0xF32935) is known color: Alizarin. HEX triplet: F3, 29 and 35. RGB value is (243,41,53). Sum of RGB (Red+Green+Blue) = 243+41+53=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F32935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32935 is #0CD6CA. Grayscale: #666666. Windows color (decimal): -841419 or 3484147. OLE color: 3484147.

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

Color convert

RGB 243 41 53 -
CMYK 0 0.83 0.78 0.05
HSL 356.44º 0.89% 0.56% -
HSV(B) 356.44º 0.83% 0.95% -
XYZ 38.4 20.9 5.38 -
YUV 102.77 99.92 228.02 -
System Red Green Blue C M Y K H S L
Decimal 243 41 53 0 0.83 0.78 0.05 356.44 0.89 0.56
Hex F3 29 35 0 53 4E 5 164 59 38
Octal 363 51 65 0 123 116 5 544 131 70
Binary 11110011 101001 110101 0 1010011 1001110 101 101100100 1011001 111000

Color Harmonies of #F32935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32935

Black with #F32935

Text Example


Text Example

White with #F32935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32935; }

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

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

background-color css

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

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

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

border-color css

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

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

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