Html Css Color HEX #F32D35 Alizarin

📋 copy color: '#F32D35'

red 243 ◦ green 45 ◦ blue 53

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

Shades of Alizarin #F32D35

Tints of Alizarin #F32D35

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.2%

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

R = 71.26%
G = 13.2%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F32D35 (or 0xF32D35) is known color: Alizarin. HEX triplet: F3, 2D and 35. RGB value is (243,45,53). Sum of RGB (Red+Green+Blue) = 243+45+53=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32D35 is #0CD2CA. Grayscale: #696969. Windows color (decimal): -840395 or 3485171. OLE color: 3485171.

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

Color convert

RGB 243 45 53 -
CMYK 0 0.81 0.78 0.05
HSL 357.58º 0.89% 0.56% -
HSV(B) 357.58º 0.81% 0.95% -
XYZ 38.54 21.19 5.43 -
YUV 105.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 243 45 53 0 0.81 0.78 0.05 357.58 0.89 0.56
Hex F3 2D 35 0 51 4E 5 166 59 38
Octal 363 55 65 0 121 116 5 546 131 70
Binary 11110011 101101 110101 0 1010001 1001110 101 101100110 1011001 111000

Color Harmonies of #F32D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32D35

Black with #F32D35

Text Example


Text Example

White with #F32D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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