Html Css Color HEX #F32430 Alizarin

📋 copy color: '#F32430'

red 243 ◦ green 36 ◦ blue 48

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

Shades of Alizarin #F32430

Tints of Alizarin #F32430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.01%

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

R = 74.31%
G = 11.01%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F32430 (or 0xF32430) is known color: Alizarin. HEX triplet: F3, 24 and 30. RGB value is (243,36,48). Sum of RGB (Red+Green+Blue) = 243+36+48=327 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.31% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 243 - color contains mainly: red. Hex color #F32430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32430 is #0CDBCF. Grayscale: #636363. Windows color (decimal): -842704 or 3155187. OLE color: 3155187.

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

Color convert

RGB 243 36 48 -
CMYK 0 0.85 0.80 0.05
HSL 356.52º 0.9% 0.55% -
HSV(B) 356.52º 0.85% 0.95% -
XYZ 38.13 20.53 4.75 -
YUV 99.26 99.08 230.52 -
System Red Green Blue C M Y K H S L
Decimal 243 36 48 0 0.85 0.80 0.05 356.52 0.9 0.55
Hex F3 24 30 0 55 50 5 165 5A 37
Octal 363 44 60 0 125 120 5 545 132 67
Binary 11110011 100100 110000 0 1010101 1010000 101 101100101 1011010 110111

Color Harmonies of #F32430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32430

Black with #F32430

Text Example


Text Example

White with #F32430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32430; }

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

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

background-color css

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

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

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

border-color css

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

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

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