Html Css Color HEX #F52438 Alizarin

📋 copy color: '#F52438'

red 245 ◦ green 36 ◦ blue 56

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

Shades of Alizarin #F52438

Tints of Alizarin #F52438

RGB

 RED value IS 245 (96.09% from 255) = 72.7%

 GREEN value IS 36 (14.45% from 255) = 10.68%

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

R = 72.7%
G = 10.68%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F52438 (or 0xF52438) is known color: Alizarin. HEX triplet: F5, 24 and 38. RGB value is (245,36,56). Sum of RGB (Red+Green+Blue) = 245+36+56=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F52438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52438 is #0ADBC7. Grayscale: #646464. Windows color (decimal): -711624 or 3679477. OLE color: 3679477.

HSL color Cylindrical-coordinate representation of color #F52438: hue angle of 354.26º degrees, saturation: 0.91, 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 #F52438 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 36 56 -
CMYK 0 0.85 0.77 0.04
HSL 354.26º 0.91% 0.55% -
HSV(B) 354.26º 0.85% 0.96% -
XYZ 39 20.96 5.73 -
YUV 100.77 102.74 230.87 -
System Red Green Blue C M Y K H S L
Decimal 245 36 56 0 0.85 0.77 0.04 354.26 0.91 0.55
Hex F5 24 38 0 55 4D 4 162 5B 37
Octal 365 44 70 0 125 115 4 542 133 67
Binary 11110101 100100 111000 0 1010101 1001101 100 101100010 1011011 110111

Color Harmonies of #F52438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52438

Black with #F52438

Text Example


Text Example

White with #F52438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52438; }

 p { color: rgb(245,36,56); }

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

background-color css

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

 a { background-color: rgb(245,36,56); }

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

border-color css

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

 span { border-color: rgb(245,36,56); }

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