Html Css Color HEX #F33134 Alizarin

📋 copy color: '#F33134'

red 243 ◦ green 49 ◦ blue 52

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

Shades of Alizarin #F33134

Tints of Alizarin #F33134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.24%

 BLUE value IS 52 (20.7% from 255) = 15.12%

R = 70.64%
G = 14.24%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F33134 (or 0xF33134) is known color: Alizarin. HEX triplet: F3, 31 and 34. RGB value is (243,49,52). Sum of RGB (Red+Green+Blue) = 243+49+52=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F33134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33134 is #0CCECB. Grayscale: #6B6B6B. Windows color (decimal): -839372 or 3420659. OLE color: 3420659.

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

Color convert

RGB 243 49 52 -
CMYK 0 0.80 0.79 0.05
HSL 359.07º 0.89% 0.57% -
HSV(B) 359.07º 0.8% 0.95% -
XYZ 38.68 21.5 5.36 -
YUV 107.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 243 49 52 0 0.80 0.79 0.05 359.07 0.89 0.57
Hex F3 31 34 0 50 4F 5 167 59 39
Octal 363 61 64 0 120 117 5 547 131 71
Binary 11110011 110001 110100 0 1010000 1001111 101 101100111 1011001 111001

Color Harmonies of #F33134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33134

Black with #F33134

Text Example


Text Example

White with #F33134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33134; }

 p { color: rgb(243,49,52); }

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

background-color css

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

 a { background-color: rgb(243,49,52); }

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

border-color css

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

 span { border-color: rgb(243,49,52); }

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