Html Css Color HEX #F5353D Alizarin

📋 copy color: '#F5353D'

red 245 ◦ green 53 ◦ blue 61

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

Shades of Alizarin #F5353D

Tints of Alizarin #F5353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.76%

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

R = 68.25%
G = 14.76%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5353D (or 0xF5353D) is known color: Alizarin. HEX triplet: F5, 35 and 3D. RGB value is (245,53,61). Sum of RGB (Red+Green+Blue) = 245+53+61=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F5353D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5353D is #0ACAC2. Grayscale: #6F6F6F. Windows color (decimal): -707267 or 4011509. OLE color: 4011509.

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

Color convert

RGB 245 53 61 -
CMYK 0 0.78 0.75 0.04
HSL 357.5º 0.91% 0.58% -
HSV(B) 357.5º 0.78% 0.96% -
XYZ 39.77 22.3 6.62 -
YUV 111.32 99.61 223.35 -
System Red Green Blue C M Y K H S L
Decimal 245 53 61 0 0.78 0.75 0.04 357.5 0.91 0.58
Hex F5 35 3D 0 4E 4B 4 166 5B 3A
Octal 365 65 75 0 116 113 4 546 133 72
Binary 11110101 110101 111101 0 1001110 1001011 100 101100110 1011011 111010

Color Harmonies of #F5353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5353D

Black with #F5353D

Text Example


Text Example

White with #F5353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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