Html Css Color HEX #F23238 Alizarin

📋 copy color: '#F23238'

red 242 ◦ green 50 ◦ blue 56

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

Shades of Alizarin #F23238

Tints of Alizarin #F23238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 69.54%
G = 14.37%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F23238 (or 0xF23238) is known color: Alizarin. HEX triplet: F2, 32 and 38. RGB value is (242,50,56). Sum of RGB (Red+Green+Blue) = 242+50+56=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F23238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23238 is #0DCDC7. Grayscale: #6C6C6C. Windows color (decimal): -904648 or 3683058. OLE color: 3683058.

HSL color Cylindrical-coordinate representation of color #F23238: hue angle of 358.12º degrees, saturation: 0.88, 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 #F23238 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 50 56 -
CMYK 0 0.79 0.77 0.05
HSL 358.13º 0.88% 0.57% -
HSV(B) 358.13º 0.79% 0.95% -
XYZ 38.47 21.44 5.85 -
YUV 108.09 98.61 223.51 -
System Red Green Blue C M Y K H S L
Decimal 242 50 56 0 0.79 0.77 0.05 358.13 0.88 0.57
Hex F2 32 38 0 4F 4D 5 166 58 39
Octal 362 62 70 0 117 115 5 546 130 71
Binary 11110010 110010 111000 0 1001111 1001101 101 101100110 1011000 111001

Color Harmonies of #F23238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23238

Black with #F23238

Text Example


Text Example

White with #F23238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23238; }

 p { color: rgb(242,50,56); }

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

background-color css

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

 a { background-color: rgb(242,50,56); }

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

border-color css

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

 span { border-color: rgb(242,50,56); }

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