Html Css Color HEX #F2232F Alizarin

📋 copy color: '#F2232F'

red 242 ◦ green 35 ◦ blue 47

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

Shades of Alizarin #F2232F

Tints of Alizarin #F2232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 74.69%
G = 10.8%
B = 14.51%

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

#F2232F (or 0xF2232F) is known color: Alizarin. HEX triplet: F2, 23 and 2F. RGB value is (242,35,47). Sum of RGB (Red+Green+Blue) = 242+35+47=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F2232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2232F is #0DDCD0. Grayscale: #626262. Windows color (decimal): -908497 or 3089394. OLE color: 3089394.

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

Color convert

RGB 242 35 47 -
CMYK 0 0.86 0.81 0.05
HSL 356.52º 0.89% 0.54% -
HSV(B) 356.52º 0.86% 0.95% -
XYZ 37.73 20.28 4.62 -
YUV 98.26 99.08 230.52 -
System Red Green Blue C M Y K H S L
Decimal 242 35 47 0 0.86 0.81 0.05 356.52 0.89 0.54
Hex F2 23 2F 0 56 51 5 165 59 36
Octal 362 43 57 0 126 121 5 545 131 66
Binary 11110010 100011 101111 0 1010110 1010001 101 101100101 1011001 110110

Color Harmonies of #F2232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2232F

Black with #F2232F

Text Example


Text Example

White with #F2232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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