Html Css Color HEX #F52335 Alizarin

📋 copy color: '#F52335'

red 245 ◦ green 35 ◦ blue 53

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

Shades of Alizarin #F52335

Tints of Alizarin #F52335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.51%

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

R = 73.57%
G = 10.51%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F52335 (or 0xF52335) is known color: Alizarin. HEX triplet: F5, 23 and 35. RGB value is (245,35,53). Sum of RGB (Red+Green+Blue) = 245+35+53=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F52335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52335 is #0ADCCA. Grayscale: #636363. Windows color (decimal): -711883 or 3482613. OLE color: 3482613.

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

Color convert

RGB 245 35 53 -
CMYK 0 0.86 0.78 0.04
HSL 354.86º 0.91% 0.55% -
HSV(B) 354.86º 0.86% 0.96% -
XYZ 38.9 20.87 5.35 -
YUV 99.84 101.57 231.54 -
System Red Green Blue C M Y K H S L
Decimal 245 35 53 0 0.86 0.78 0.04 354.86 0.91 0.55
Hex F5 23 35 0 56 4E 4 163 5B 37
Octal 365 43 65 0 126 116 4 543 133 67
Binary 11110101 100011 110101 0 1010110 1001110 100 101100011 1011011 110111

Color Harmonies of #F52335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52335

Black with #F52335

Text Example


Text Example

White with #F52335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52335; }

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

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

background-color css

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

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

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

border-color css

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

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

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