Html Css Color HEX #F32728 Alizarin

📋 copy color: '#F32728'

red 243 ◦ green 39 ◦ blue 40

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

Shades of Alizarin #F32728

Tints of Alizarin #F32728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

 BLUE value IS 40 (16.02% from 255) = 12.42%

R = 75.47%
G = 12.11%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F32728 (or 0xF32728) is known color: Alizarin. HEX triplet: F3, 27 and 28. RGB value is (243,39,40). Sum of RGB (Red+Green+Blue) = 243+39+40=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F32728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32728 is #0CD8D7. Grayscale: #646464. Windows color (decimal): -841944 or 2631667. OLE color: 2631667.

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

Color convert

RGB 243 39 40 -
CMYK 0 0.84 0.84 0.05
HSL 359.71º 0.89% 0.55% -
HSV(B) 359.71º 0.84% 0.95% -
XYZ 38.07 20.66 3.99 -
YUV 100.11 94.09 229.92 -
System Red Green Blue C M Y K H S L
Decimal 243 39 40 0 0.84 0.84 0.05 359.71 0.89 0.55
Hex F3 27 28 0 54 54 5 168 59 37
Octal 363 47 50 0 124 124 5 550 131 67
Binary 11110011 100111 101000 0 1010100 1010100 101 101101000 1011001 110111

Color Harmonies of #F32728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32728

Black with #F32728

Text Example


Text Example

White with #F32728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32728; }

 p { color: rgb(243,39,40); }

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

background-color css

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

 a { background-color: rgb(243,39,40); }

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

border-color css

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

 span { border-color: rgb(243,39,40); }

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