Html Css Color HEX #F52638 Alizarin

📋 copy color: '#F52638'

red 245 ◦ green 38 ◦ blue 56

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

Shades of Alizarin #F52638

Tints of Alizarin #F52638

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.21%

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

R = 72.27%
G = 11.21%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F52638 (or 0xF52638) is known color: Alizarin. HEX triplet: F5, 26 and 38. RGB value is (245,38,56). Sum of RGB (Red+Green+Blue) = 245+38+56=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F52638 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52638 is #0AD9C7. Grayscale: #666666. Windows color (decimal): -711112 or 3679989. OLE color: 3679989.

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

Color convert

RGB 245 38 56 -
CMYK 0 0.84 0.77 0.04
HSL 354.78º 0.91% 0.55% -
HSV(B) 354.78º 0.84% 0.96% -
XYZ 39.06 21.08 5.75 -
YUV 101.95 102.08 230.04 -
System Red Green Blue C M Y K H S L
Decimal 245 38 56 0 0.84 0.77 0.04 354.78 0.91 0.55
Hex F5 26 38 0 54 4D 4 163 5B 37
Octal 365 46 70 0 124 115 4 543 133 67
Binary 11110101 100110 111000 0 1010100 1001101 100 101100011 1011011 110111

Color Harmonies of #F52638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52638

Black with #F52638

Text Example


Text Example

White with #F52638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52638; }

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

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

background-color css

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

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

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

border-color css

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

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

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