Html Css Color HEX #F5213D Alizarin

📋 copy color: '#F5213D'

red 245 ◦ green 33 ◦ blue 61

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

Shades of Alizarin #F5213D

Tints of Alizarin #F5213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 72.27%
G = 9.73%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5213D (or 0xF5213D) is known color: Alizarin. HEX triplet: F5, 21 and 3D. RGB value is (245,33,61). Sum of RGB (Red+Green+Blue) = 245+33+61=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F5213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5213D is #0ADEC2. Grayscale: #636363. Windows color (decimal): -712387 or 4006389. OLE color: 4006389.

HSL color Cylindrical-coordinate representation of color #F5213D: hue angle of 352.08º degrees, saturation: 0.91, 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 #F5213D is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 33 61 -
CMYK 0 0.87 0.75 0.04
HSL 352.08º 0.91% 0.55% -
HSV(B) 352.08º 0.87% 0.96% -
XYZ 39.04 20.84 6.38 -
YUV 99.58 106.24 231.72 -
System Red Green Blue C M Y K H S L
Decimal 245 33 61 0 0.87 0.75 0.04 352.08 0.91 0.55
Hex F5 21 3D 0 57 4B 4 160 5B 37
Octal 365 41 75 0 127 113 4 540 133 67
Binary 11110101 100001 111101 0 1010111 1001011 100 101100000 1011011 110111

Color Harmonies of #F5213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5213D

Black with #F5213D

Text Example


Text Example

White with #F5213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5213D; }

 p { color: rgb(245,33,61); }

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

background-color css

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

 a { background-color: rgb(245,33,61); }

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

border-color css

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

 span { border-color: rgb(245,33,61); }

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