Html Css Color HEX #F23536 Alizarin

📋 copy color: '#F23536'

red 242 ◦ green 53 ◦ blue 54

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

Shades of Alizarin #F23536

Tints of Alizarin #F23536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.19%

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

R = 69.34%
G = 15.19%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F23536 (or 0xF23536) is known color: Alizarin. HEX triplet: F2, 35 and 36. RGB value is (242,53,54). Sum of RGB (Red+Green+Blue) = 242+53+54=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F23536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23536 is #0DCAC9. Grayscale: #6D6D6D. Windows color (decimal): -903882 or 3552754. OLE color: 3552754.

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

Color convert

RGB 242 53 54 -
CMYK 0 0.78 0.78 0.05
HSL 359.68º 0.88% 0.58% -
HSV(B) 359.68º 0.78% 0.95% -
XYZ 38.56 21.69 5.64 -
YUV 109.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 242 53 54 0 0.78 0.78 0.05 359.68 0.88 0.58
Hex F2 35 36 0 4E 4E 5 168 58 3A
Octal 362 65 66 0 116 116 5 550 130 72
Binary 11110010 110101 110110 0 1001110 1001110 101 101101000 1011000 111010

Color Harmonies of #F23536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23536

Black with #F23536

Text Example


Text Example

White with #F23536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23536; }

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

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

background-color css

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

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

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

border-color css

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

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

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