Html Css Color HEX #F32223 Alizarin

📋 copy color: '#F32223'

red 243 ◦ green 34 ◦ blue 35

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

Shades of Alizarin #F32223

Tints of Alizarin #F32223

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.9%

 BLUE value IS 35 (14.06% from 255) = 11.22%

R = 77.88%
G = 10.9%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F32223 (or 0xF32223) is known color: Alizarin. HEX triplet: F3, 22 and 23. RGB value is (243,34,35). Sum of RGB (Red+Green+Blue) = 243+34+35=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F32223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32223 is #0CDDDC. Grayscale: #606060. Windows color (decimal): -843229 or 2302707. OLE color: 2302707.

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

Color convert

RGB 243 34 35 -
CMYK 0 0.86 0.86 0.05
HSL 359.71º 0.9% 0.54% -
HSV(B) 359.71º 0.86% 0.95% -
XYZ 37.84 20.32 3.52 -
YUV 96.61 93.24 232.42 -
System Red Green Blue C M Y K H S L
Decimal 243 34 35 0 0.86 0.86 0.05 359.71 0.9 0.54
Hex F3 22 23 0 56 56 5 168 5A 36
Octal 363 42 43 0 126 126 5 550 132 66
Binary 11110011 100010 100011 0 1010110 1010110 101 101101000 1011010 110110

Color Harmonies of #F32223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32223

Black with #F32223

Text Example


Text Example

White with #F32223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32223; }

 p { color: rgb(243,34,35); }

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

background-color css

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

 a { background-color: rgb(243,34,35); }

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

border-color css

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

 span { border-color: rgb(243,34,35); }

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