Html Css Color HEX #F23538 Alizarin

📋 copy color: '#F23538'

red 242 ◦ green 53 ◦ blue 56

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

Shades of Alizarin #F23538

Tints of Alizarin #F23538

RGB

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

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

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

R = 68.95%
G = 15.1%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F23538 (or 0xF23538) is known color: Alizarin. HEX triplet: F2, 35 and 38. RGB value is (242,53,56). Sum of RGB (Red+Green+Blue) = 242+53+56=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F23538 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23538 is #0DCAC7. Grayscale: #6E6E6E. Windows color (decimal): -903880 or 3683826. OLE color: 3683826.

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

Color convert

RGB 242 53 56 -
CMYK 0 0.78 0.77 0.05
HSL 359.05º 0.88% 0.58% -
HSV(B) 359.05º 0.78% 0.95% -
XYZ 38.6 21.71 5.9 -
YUV 109.85 97.62 222.26 -
System Red Green Blue C M Y K H S L
Decimal 242 53 56 0 0.78 0.77 0.05 359.05 0.88 0.58
Hex F2 35 38 0 4E 4D 5 167 58 3A
Octal 362 65 70 0 116 115 5 547 130 72
Binary 11110010 110101 111000 0 1001110 1001101 101 101100111 1011000 111010

Color Harmonies of #F23538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23538

Black with #F23538

Text Example


Text Example

White with #F23538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23538; }

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

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

background-color css

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

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

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

border-color css

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

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

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