Html Css Color HEX #F53D3E Alizarin

📋 copy color: '#F53D3E'

red 245 ◦ green 61 ◦ blue 62

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

Shades of Alizarin #F53D3E

Tints of Alizarin #F53D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.58%

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

R = 66.58%
G = 16.58%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F53D3E (or 0xF53D3E) is known color: Alizarin. HEX triplet: F5, 3D and 3E. RGB value is (245,61,62). Sum of RGB (Red+Green+Blue) = 245+61+62=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53D3E is #0AC2C1. Grayscale: #747474. Windows color (decimal): -705218 or 4079093. OLE color: 4079093.

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

Color convert

RGB 245 61 62 -
CMYK 0 0.75 0.75 0.04
HSL 359.67º 0.9% 0.6% -
HSV(B) 359.67º 0.75% 0.96% -
XYZ 40.19 23.1 6.9 -
YUV 116.13 97.46 219.92 -
System Red Green Blue C M Y K H S L
Decimal 245 61 62 0 0.75 0.75 0.04 359.67 0.9 0.6
Hex F5 3D 3E 0 4B 4B 4 168 5A 3C
Octal 365 75 76 0 113 113 4 550 132 74
Binary 11110101 111101 111110 0 1001011 1001011 100 101101000 1011010 111100

Color Harmonies of #F53D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D3E

Black with #F53D3E

Text Example


Text Example

White with #F53D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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