Html Css Color HEX #F5343D Alizarin

📋 copy color: '#F5343D'

red 245 ◦ green 52 ◦ blue 61

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

Shades of Alizarin #F5343D

Tints of Alizarin #F5343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

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

R = 68.44%
G = 14.53%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5343D (or 0xF5343D) is known color: Alizarin. HEX triplet: F5, 34 and 3D. RGB value is (245,52,61). Sum of RGB (Red+Green+Blue) = 245+52+61=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F5343D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5343D is #0ACBC2. Grayscale: #6E6E6E. Windows color (decimal): -707523 or 4011253. OLE color: 4011253.

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

Color convert

RGB 245 52 61 -
CMYK 0 0.79 0.75 0.04
HSL 357.2º 0.91% 0.58% -
HSV(B) 357.2º 0.79% 0.96% -
XYZ 39.73 22.21 6.61 -
YUV 110.73 99.94 223.77 -
System Red Green Blue C M Y K H S L
Decimal 245 52 61 0 0.79 0.75 0.04 357.2 0.91 0.58
Hex F5 34 3D 0 4F 4B 4 165 5B 3A
Octal 365 64 75 0 117 113 4 545 133 72
Binary 11110101 110100 111101 0 1001111 1001011 100 101100101 1011011 111010

Color Harmonies of #F5343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5343D

Black with #F5343D

Text Example


Text Example

White with #F5343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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