Html Css Color HEX #F62335 Alizarin

📋 copy color: '#F62335'

red 246 ◦ green 35 ◦ blue 53

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

Shades of Alizarin #F62335

Tints of Alizarin #F62335

RGB

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

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

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

R = 73.65%
G = 10.48%
B = 15.87%

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

#F62335 (or 0xF62335) is known color: Alizarin. HEX triplet: F6, 23 and 35. RGB value is (246,35,53). Sum of RGB (Red+Green+Blue) = 246+35+53=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F62335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62335 is #09DCCA. Grayscale: #646464. Windows color (decimal): -646347 or 3482614. OLE color: 3482614.

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

Color convert

RGB 246 35 53 -
CMYK 0 0.86 0.78 0.04
HSL 354.88º 0.92% 0.55% -
HSV(B) 354.88º 0.86% 0.96% -
XYZ 39.25 21.05 5.36 -
YUV 100.14 101.4 232.04 -
System Red Green Blue C M Y K H S L
Decimal 246 35 53 0 0.86 0.78 0.04 354.88 0.92 0.55
Hex F6 23 35 0 56 4E 4 163 5C 37
Octal 366 43 65 0 126 116 4 543 134 67
Binary 11110110 100011 110101 0 1010110 1001110 100 101100011 1011100 110111

Color Harmonies of #F62335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62335

Black with #F62335

Text Example


Text Example

White with #F62335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62335; }

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

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

background-color css

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

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

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

border-color css

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

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

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