Html Css Color HEX #F2232D Alizarin

📋 copy color: '#F2232D'

red 242 ◦ green 35 ◦ blue 45

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

Shades of Alizarin #F2232D

Tints of Alizarin #F2232D

RGB

 RED value IS 242 (94.92% from 255) = 75.16%

 GREEN value IS 35 (14.06% from 255) = 10.87%

 BLUE value IS 45 (17.97% from 255) = 13.98%

R = 75.16%
G = 10.87%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2232D (or 0xF2232D) is known color: Alizarin. HEX triplet: F2, 23 and 2D. RGB value is (242,35,45). Sum of RGB (Red+Green+Blue) = 242+35+45=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F2232D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2232D is #0DDCD2. Grayscale: #626262. Windows color (decimal): -908499 or 2958322. OLE color: 2958322.

HSL color Cylindrical-coordinate representation of color #F2232D: hue angle of 357.1º degrees, saturation: 0.89, 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 #F2232D is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 35 45 -
CMYK 0 0.86 0.81 0.05
HSL 357.1º 0.89% 0.54% -
HSV(B) 357.1º 0.86% 0.95% -
XYZ 37.69 20.27 4.41 -
YUV 98.03 98.08 230.69 -
System Red Green Blue C M Y K H S L
Decimal 242 35 45 0 0.86 0.81 0.05 357.1 0.89 0.54
Hex F2 23 2D 0 56 51 5 165 59 36
Octal 362 43 55 0 126 121 5 545 131 66
Binary 11110010 100011 101101 0 1010110 1010001 101 101100101 1011001 110110

Color Harmonies of #F2232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2232D

Black with #F2232D

Text Example


Text Example

White with #F2232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2232D; }

 p { color: rgb(242,35,45); }

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

background-color css

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

 a { background-color: rgb(242,35,45); }

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

border-color css

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

 span { border-color: rgb(242,35,45); }

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