Html Css Color HEX #F33233 Alizarin

📋 copy color: '#F33233'

red 243 ◦ green 50 ◦ blue 51

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

Shades of Alizarin #F33233

Tints of Alizarin #F33233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.53%

 BLUE value IS 51 (20.31% from 255) = 14.83%

R = 70.64%
G = 14.53%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F33233 (or 0xF33233) is known color: Alizarin. HEX triplet: F3, 32 and 33. RGB value is (243,50,51). Sum of RGB (Red+Green+Blue) = 243+50+51=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F33233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33233 is #0CCDCC. Grayscale: #6C6C6C. Windows color (decimal): -839117 or 3355379. OLE color: 3355379.

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

Color convert

RGB 243 50 51 -
CMYK 0 0.79 0.79 0.05
HSL 359.69º 0.89% 0.57% -
HSV(B) 359.69º 0.79% 0.95% -
XYZ 38.7 21.57 5.26 -
YUV 107.82 95.94 224.42 -
System Red Green Blue C M Y K H S L
Decimal 243 50 51 0 0.79 0.79 0.05 359.69 0.89 0.57
Hex F3 32 33 0 4F 4F 5 168 59 39
Octal 363 62 63 0 117 117 5 550 131 71
Binary 11110011 110010 110011 0 1001111 1001111 101 101101000 1011001 111001

Color Harmonies of #F33233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33233

Black with #F33233

Text Example


Text Example

White with #F33233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33233; }

 p { color: rgb(243,50,51); }

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

background-color css

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

 a { background-color: rgb(243,50,51); }

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

border-color css

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

 span { border-color: rgb(243,50,51); }

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