Html Css Color HEX #F53341 Alizarin

📋 copy color: '#F53341'

red 245 ◦ green 51 ◦ blue 65

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

Shades of Alizarin #F53341

Tints of Alizarin #F53341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.13%

 BLUE value IS 65 (25.78% from 255) = 18.01%

R = 67.87%
G = 14.13%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F53341 (or 0xF53341) is known color: Alizarin. HEX triplet: F5, 33 and 41. RGB value is (245,51,65). Sum of RGB (Red+Green+Blue) = 245+51+65=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F53341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53341 is #0ACCBE. Grayscale: #6E6E6E. Windows color (decimal): -707775 or 4273141. OLE color: 4273141.

HSL color Cylindrical-coordinate representation of color #F53341: hue angle of 355.67º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53341 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 51 65 -
CMYK 0 0.79 0.73 0.04
HSL 355.67º 0.91% 0.58% -
HSV(B) 355.67º 0.79% 0.96% -
XYZ 39.79 22.16 7.18 -
YUV 110.6 102.27 223.86 -
System Red Green Blue C M Y K H S L
Decimal 245 51 65 0 0.79 0.73 0.04 355.67 0.91 0.58
Hex F5 33 41 0 4F 49 4 164 5B 3A
Octal 365 63 101 0 117 111 4 544 133 72
Binary 11110101 110011 1000001 0 1001111 1001001 100 101100100 1011011 111010

Color Harmonies of #F53341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53341

Black with #F53341

Text Example


Text Example

White with #F53341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53341; }

 p { color: rgb(245,51,65); }

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

background-color css

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

 a { background-color: rgb(245,51,65); }

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

border-color css

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

 span { border-color: rgb(245,51,65); }

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