Html Css Color HEX #F22541 Alizarin

📋 copy color: '#F22541'

red 242 ◦ green 37 ◦ blue 65

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

Shades of Alizarin #F22541

Tints of Alizarin #F22541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.76%

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

R = 70.35%
G = 10.76%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F22541 (or 0xF22541) is known color: Alizarin. HEX triplet: F2, 25 and 41. RGB value is (242,37,65). Sum of RGB (Red+Green+Blue) = 242+37+65=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F22541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22541 is #0DDABE. Grayscale: #656565. Windows color (decimal): -907967 or 4269554. OLE color: 4269554.

HSL color Cylindrical-coordinate representation of color #F22541: hue angle of 351.8º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22541 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 37 65 -
CMYK 0 0.85 0.73 0.05
HSL 351.8º 0.89% 0.55% -
HSV(B) 351.8º 0.85% 0.95% -
XYZ 38.23 20.58 6.96 -
YUV 101.49 107.42 228.22 -
System Red Green Blue C M Y K H S L
Decimal 242 37 65 0 0.85 0.73 0.05 351.8 0.89 0.55
Hex F2 25 41 0 55 49 5 160 59 37
Octal 362 45 101 0 125 111 5 540 131 67
Binary 11110010 100101 1000001 0 1010101 1001001 101 101100000 1011001 110111

Color Harmonies of #F22541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22541

Black with #F22541

Text Example


Text Example

White with #F22541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22541; }

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

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

background-color css

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

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

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

border-color css

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

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

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