Html Css Color HEX #F62534 Alizarin

📋 copy color: '#F62534'

red 246 ◦ green 37 ◦ blue 52

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

Shades of Alizarin #F62534

Tints of Alizarin #F62534

RGB

 RED value IS 246 (96.48% from 255) = 73.43%

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

 BLUE value IS 52 (20.7% from 255) = 15.52%

R = 73.43%
G = 11.04%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F62534 (or 0xF62534) is known color: Alizarin. HEX triplet: F6, 25 and 34. RGB value is (246,37,52). Sum of RGB (Red+Green+Blue) = 246+37+52=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F62534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62534 is #09DACB. Grayscale: #656565. Windows color (decimal): -645836 or 3417590. OLE color: 3417590.

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

Color convert

RGB 246 37 52 -
CMYK 0 0.85 0.79 0.04
HSL 355.69º 0.92% 0.55% -
HSV(B) 355.69º 0.85% 0.96% -
XYZ 39.29 21.16 5.26 -
YUV 101.2 100.24 231.28 -
System Red Green Blue C M Y K H S L
Decimal 246 37 52 0 0.85 0.79 0.04 355.69 0.92 0.55
Hex F6 25 34 0 55 4F 4 164 5C 37
Octal 366 45 64 0 125 117 4 544 134 67
Binary 11110110 100101 110100 0 1010101 1001111 100 101100100 1011100 110111

Color Harmonies of #F62534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62534

Black with #F62534

Text Example


Text Example

White with #F62534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62534; }

 p { color: rgb(246,37,52); }

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

background-color css

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

 a { background-color: rgb(246,37,52); }

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

border-color css

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

 span { border-color: rgb(246,37,52); }

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