Html Css Color HEX #F0353D Alizarin

📋 copy color: '#F0353D'

red 240 ◦ green 53 ◦ blue 61

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

Shades of Alizarin #F0353D

Tints of Alizarin #F0353D

RGB

 RED value IS 240 (94.14% from 255) = 67.8%

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

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

R = 67.8%
G = 14.97%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0353D (or 0xF0353D) is known color: Alizarin. HEX triplet: F0, 35 and 3D. RGB value is (240,53,61). Sum of RGB (Red+Green+Blue) = 240+53+61=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0353D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0353D is #0FCAC2. Grayscale: #6D6D6D. Windows color (decimal): -1034947 or 4011504. OLE color: 4011504.

HSL color Cylindrical-coordinate representation of color #F0353D: hue angle of 357.43º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0353D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 61 -
CMYK 0 0.78 0.75 0.06
HSL 357.43º 0.86% 0.57% -
HSV(B) 357.43º 0.78% 0.94% -
XYZ 38.05 21.41 6.54 -
YUV 109.83 100.45 220.85 -
System Red Green Blue C M Y K H S L
Decimal 240 53 61 0 0.78 0.75 0.06 357.43 0.86 0.57
Hex F0 35 3D 0 4E 4B 6 165 56 39
Octal 360 65 75 0 116 113 6 545 126 71
Binary 11110000 110101 111101 0 1001110 1001011 110 101100101 1010110 111001

Color Harmonies of #F0353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0353D

Black with #F0353D

Text Example


Text Example

White with #F0353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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