Html Css Color HEX #F62834 Alizarin

📋 copy color: '#F62834'

red 246 ◦ green 40 ◦ blue 52

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

Shades of Alizarin #F62834

Tints of Alizarin #F62834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.83%

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

R = 72.78%
G = 11.83%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F62834 (or 0xF62834) is known color: Alizarin. HEX triplet: F6, 28 and 34. RGB value is (246,40,52). Sum of RGB (Red+Green+Blue) = 246+40+52=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F62834 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62834 is #09D7CB. Grayscale: #676767. Windows color (decimal): -645068 or 3418358. OLE color: 3418358.

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

Color convert

RGB 246 40 52 -
CMYK 0 0.84 0.79 0.04
HSL 356.5º 0.92% 0.56% -
HSV(B) 356.5º 0.84% 0.96% -
XYZ 39.38 21.36 5.3 -
YUV 102.96 99.25 230.02 -
System Red Green Blue C M Y K H S L
Decimal 246 40 52 0 0.84 0.79 0.04 356.5 0.92 0.56
Hex F6 28 34 0 54 4F 4 165 5C 38
Octal 366 50 64 0 124 117 4 545 134 70
Binary 11110110 101000 110100 0 1010100 1001111 100 101100101 1011100 111000

Color Harmonies of #F62834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62834

Black with #F62834

Text Example


Text Example

White with #F62834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62834; }

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

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

background-color css

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

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

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

border-color css

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

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

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