Html Css Color HEX #F23641 Alizarin

📋 copy color: '#F23641'

red 242 ◦ green 54 ◦ blue 65

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

Shades of Alizarin #F23641

Tints of Alizarin #F23641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.96%

 BLUE value IS 65 (25.78% from 255) = 18.01%

R = 67.04%
G = 14.96%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F23641 (or 0xF23641) is known color: Alizarin. HEX triplet: F2, 36 and 41. RGB value is (242,54,65). Sum of RGB (Red+Green+Blue) = 242+54+65=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F23641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23641 is #0DC9BE. Grayscale: #6F6F6F. Windows color (decimal): -903615 or 4273906. OLE color: 4273906.

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

Color convert

RGB 242 54 65 -
CMYK 0 0.78 0.73 0.05
HSL 356.49º 0.88% 0.58% -
HSV(B) 356.49º 0.78% 0.95% -
XYZ 38.89 21.9 7.18 -
YUV 111.47 101.78 221.11 -
System Red Green Blue C M Y K H S L
Decimal 242 54 65 0 0.78 0.73 0.05 356.49 0.88 0.58
Hex F2 36 41 0 4E 49 5 164 58 3A
Octal 362 66 101 0 116 111 5 544 130 72
Binary 11110010 110110 1000001 0 1001110 1001001 101 101100100 1011000 111010

Color Harmonies of #F23641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23641

Black with #F23641

Text Example


Text Example

White with #F23641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23641; }

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

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

background-color css

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

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

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

border-color css

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

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

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