Html Css Color HEX #F42529 Alizarin

📋 copy color: '#F42529'

red 244 ◦ green 37 ◦ blue 41

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

Shades of Alizarin #F42529

Tints of Alizarin #F42529

RGB

 RED value IS 244 (95.7% from 255) = 75.78%

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

 BLUE value IS 41 (16.41% from 255) = 12.73%

R = 75.78%
G = 11.49%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F42529 (or 0xF42529) is known color: Alizarin. HEX triplet: F4, 25 and 29. RGB value is (244,37,41). Sum of RGB (Red+Green+Blue) = 244+37+41=322 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.78% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 244 - color contains mainly: red. Hex color #F42529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42529 is #0BDAD6. Grayscale: #636363. Windows color (decimal): -776919 or 2696692. OLE color: 2696692.

HSL color Cylindrical-coordinate representation of color #F42529: hue angle of 358.84º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42529 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 37 41 -
CMYK 0 0.85 0.83 0.04
HSL 358.84º 0.9% 0.55% -
HSV(B) 358.84º 0.85% 0.96% -
XYZ 38.37 20.72 4.07 -
YUV 99.35 95.08 231.17 -
System Red Green Blue C M Y K H S L
Decimal 244 37 41 0 0.85 0.83 0.04 358.84 0.9 0.55
Hex F4 25 29 0 55 53 4 167 5A 37
Octal 364 45 51 0 125 123 4 547 132 67
Binary 11110100 100101 101001 0 1010101 1010011 100 101100111 1011010 110111

Color Harmonies of #F42529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42529

Black with #F42529

Text Example


Text Example

White with #F42529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42529; }

 p { color: rgb(244,37,41); }

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

background-color css

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

 a { background-color: rgb(244,37,41); }

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

border-color css

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

 span { border-color: rgb(244,37,41); }

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