Html Css Color HEX #F32E30 Alizarin

📋 copy color: '#F32E30'

red 243 ◦ green 46 ◦ blue 48

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

Shades of Alizarin #F32E30

Tints of Alizarin #F32E30

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.65%

 BLUE value IS 48 (19.14% from 255) = 14.24%

R = 72.11%
G = 13.65%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F32E30 (or 0xF32E30) is known color: Alizarin. HEX triplet: F3, 2E and 30. RGB value is (243,46,48). Sum of RGB (Red+Green+Blue) = 243+46+48=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32E30 is #0CD1CF. Grayscale: #696969. Windows color (decimal): -840144 or 3157747. OLE color: 3157747.

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

Color convert

RGB 243 46 48 -
CMYK 0 0.81 0.80 0.05
HSL 359.39º 0.89% 0.57% -
HSV(B) 359.39º 0.81% 0.95% -
XYZ 38.47 21.22 4.86 -
YUV 105.13 95.77 226.34 -
System Red Green Blue C M Y K H S L
Decimal 243 46 48 0 0.81 0.80 0.05 359.39 0.89 0.57
Hex F3 2E 30 0 51 50 5 167 59 39
Octal 363 56 60 0 121 120 5 547 131 71
Binary 11110011 101110 110000 0 1010001 1010000 101 101100111 1011001 111001

Color Harmonies of #F32E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32E30

Black with #F32E30

Text Example


Text Example

White with #F32E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32E30; }

 p { color: rgb(243,46,48); }

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

background-color css

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

 a { background-color: rgb(243,46,48); }

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

border-color css

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

 span { border-color: rgb(243,46,48); }

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