Html Css Color HEX #F53B3E Alizarin

📋 copy color: '#F53B3E'

red 245 ◦ green 59 ◦ blue 62

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

Shades of Alizarin #F53B3E

Tints of Alizarin #F53B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.12%

 BLUE value IS 62 (24.61% from 255) = 16.94%

R = 66.94%
G = 16.12%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F53B3E (or 0xF53B3E) is known color: Alizarin. HEX triplet: F5, 3B and 3E. RGB value is (245,59,62). Sum of RGB (Red+Green+Blue) = 245+59+62=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53B3E is #0AC4C1. Grayscale: #737373. Windows color (decimal): -705730 or 4078581. OLE color: 4078581.

HSL color Cylindrical-coordinate representation of color #F53B3E: hue angle of 359.03º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53B3E is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 59 62 -
CMYK 0 0.76 0.75 0.04
HSL 359.03º 0.9% 0.6% -
HSV(B) 359.03º 0.76% 0.96% -
XYZ 40.09 22.89 6.86 -
YUV 114.96 98.12 220.76 -
System Red Green Blue C M Y K H S L
Decimal 245 59 62 0 0.76 0.75 0.04 359.03 0.9 0.6
Hex F5 3B 3E 0 4C 4B 4 167 5A 3C
Octal 365 73 76 0 114 113 4 547 132 74
Binary 11110101 111011 111110 0 1001100 1001011 100 101100111 1011010 111100

Color Harmonies of #F53B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53B3E

Black with #F53B3E

Text Example


Text Example

White with #F53B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53B3E; }

 p { color: rgb(245,59,62); }

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

background-color css

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

 a { background-color: rgb(245,59,62); }

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

border-color css

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

 span { border-color: rgb(245,59,62); }

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