Html Css Color HEX #F52535 Alizarin

📋 copy color: '#F52535'

red 245 ◦ green 37 ◦ blue 53

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

Shades of Alizarin #F52535

Tints of Alizarin #F52535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 73.13%
G = 11.04%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F52535 (or 0xF52535) is known color: Alizarin. HEX triplet: F5, 25 and 35. RGB value is (245,37,53). Sum of RGB (Red+Green+Blue) = 245+37+53=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F52535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52535 is #0ADACA. Grayscale: #656565. Windows color (decimal): -711371 or 3483125. OLE color: 3483125.

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

Color convert

RGB 245 37 53 -
CMYK 0 0.85 0.78 0.04
HSL 355.38º 0.91% 0.55% -
HSV(B) 355.38º 0.85% 0.96% -
XYZ 38.96 20.99 5.37 -
YUV 101.02 100.91 230.7 -
System Red Green Blue C M Y K H S L
Decimal 245 37 53 0 0.85 0.78 0.04 355.38 0.91 0.55
Hex F5 25 35 0 55 4E 4 163 5B 37
Octal 365 45 65 0 125 116 4 543 133 67
Binary 11110101 100101 110101 0 1010101 1001110 100 101100011 1011011 110111

Color Harmonies of #F52535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52535

Black with #F52535

Text Example


Text Example

White with #F52535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52535; }

 p { color: rgb(245,37,53); }

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

background-color css

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

 a { background-color: rgb(245,37,53); }

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

border-color css

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

 span { border-color: rgb(245,37,53); }

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