Html Css Color HEX #F62135 Alizarin

📋 copy color: '#F62135'

red 246 ◦ green 33 ◦ blue 53

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

Shades of Alizarin #F62135

Tints of Alizarin #F62135

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.94%

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

R = 74.1%
G = 9.94%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F62135 (or 0xF62135) is known color: Alizarin. HEX triplet: F6, 21 and 35. RGB value is (246,33,53). Sum of RGB (Red+Green+Blue) = 246+33+53=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F62135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62135 is #09DECA. Grayscale: #636363. Windows color (decimal): -646859 or 3482102. OLE color: 3482102.

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

Color convert

RGB 246 33 53 -
CMYK 0 0.87 0.78 0.04
HSL 354.37º 0.92% 0.55% -
HSV(B) 354.37º 0.87% 0.96% -
XYZ 39.19 20.94 5.34 -
YUV 98.97 102.07 232.87 -
System Red Green Blue C M Y K H S L
Decimal 246 33 53 0 0.87 0.78 0.04 354.37 0.92 0.55
Hex F6 21 35 0 57 4E 4 162 5C 37
Octal 366 41 65 0 127 116 4 542 134 67
Binary 11110110 100001 110101 0 1010111 1001110 100 101100010 1011100 110111

Color Harmonies of #F62135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62135

Black with #F62135

Text Example


Text Example

White with #F62135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62135; }

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

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

background-color css

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

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

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

border-color css

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

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

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