Html Css Color HEX #F52C3E Alizarin

📋 copy color: '#F52C3E'

red 245 ◦ green 44 ◦ blue 62

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

Shades of Alizarin #F52C3E

Tints of Alizarin #F52C3E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.54%

 BLUE value IS 62 (24.61% from 255) = 17.66%

R = 69.8%
G = 12.54%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F52C3E (or 0xF52C3E) is known color: Alizarin. HEX triplet: F5, 2C and 3E. RGB value is (245,44,62). Sum of RGB (Red+Green+Blue) = 245+44+62=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52C3E is #0AD3C1. Grayscale: #6A6A6A. Windows color (decimal): -709570 or 4074741. OLE color: 4074741.

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

Color convert

RGB 245 44 62 -
CMYK 0 0.82 0.75 0.04
HSL 354.63º 0.91% 0.57% -
HSV(B) 354.63º 0.82% 0.96% -
XYZ 39.43 21.56 6.64 -
YUV 106.15 103.09 227.04 -
System Red Green Blue C M Y K H S L
Decimal 245 44 62 0 0.82 0.75 0.04 354.63 0.91 0.57
Hex F5 2C 3E 0 52 4B 4 163 5B 39
Octal 365 54 76 0 122 113 4 543 133 71
Binary 11110101 101100 111110 0 1010010 1001011 100 101100011 1011011 111001

Color Harmonies of #F52C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52C3E

Black with #F52C3E

Text Example


Text Example

White with #F52C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52C3E; }

 p { color: rgb(245,44,62); }

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

background-color css

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

 a { background-color: rgb(245,44,62); }

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

border-color css

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

 span { border-color: rgb(245,44,62); }

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