Html Css Color HEX #F23436 Alizarin

📋 copy color: '#F23436'

red 242 ◦ green 52 ◦ blue 54

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

Shades of Alizarin #F23436

Tints of Alizarin #F23436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

 BLUE value IS 54 (21.48% from 255) = 15.52%

R = 69.54%
G = 14.94%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F23436 (or 0xF23436) is known color: Alizarin. HEX triplet: F2, 34 and 36. RGB value is (242,52,54). Sum of RGB (Red+Green+Blue) = 242+52+54=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F23436 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23436 is #0DCBC9. Grayscale: #6D6D6D. Windows color (decimal): -904138 or 3552498. OLE color: 3552498.

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

Color convert

RGB 242 52 54 -
CMYK 0 0.79 0.78 0.05
HSL 359.37º 0.88% 0.58% -
HSV(B) 359.37º 0.79% 0.95% -
XYZ 38.51 21.6 5.63 -
YUV 109.04 96.95 222.84 -
System Red Green Blue C M Y K H S L
Decimal 242 52 54 0 0.79 0.78 0.05 359.37 0.88 0.58
Hex F2 34 36 0 4F 4E 5 167 58 3A
Octal 362 64 66 0 117 116 5 547 130 72
Binary 11110010 110100 110110 0 1001111 1001110 101 101100111 1011000 111010

Color Harmonies of #F23436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23436

Black with #F23436

Text Example


Text Example

White with #F23436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23436; }

 p { color: rgb(242,52,54); }

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

background-color css

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

 a { background-color: rgb(242,52,54); }

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

border-color css

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

 span { border-color: rgb(242,52,54); }

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