Html Css Color HEX #F3353D Alizarin

📋 copy color: '#F3353D'

red 243 ◦ green 53 ◦ blue 61

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

Shades of Alizarin #F3353D

Tints of Alizarin #F3353D

RGB

 RED value IS 243 (95.31% from 255) = 68.07%

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

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

R = 68.07%
G = 14.85%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3353D (or 0xF3353D) is known color: Alizarin. HEX triplet: F3, 35 and 3D. RGB value is (243,53,61). Sum of RGB (Red+Green+Blue) = 243+53+61=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F3353D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3353D is #0CCAC2. Grayscale: #6E6E6E. Windows color (decimal): -838339 or 4011507. OLE color: 4011507.

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

Color convert

RGB 243 53 61 -
CMYK 0 0.78 0.75 0.05
HSL 357.47º 0.89% 0.58% -
HSV(B) 357.47º 0.78% 0.95% -
XYZ 39.08 21.94 6.59 -
YUV 110.72 99.95 222.35 -
System Red Green Blue C M Y K H S L
Decimal 243 53 61 0 0.78 0.75 0.05 357.47 0.89 0.58
Hex F3 35 3D 0 4E 4B 5 165 59 3A
Octal 363 65 75 0 116 113 5 545 131 72
Binary 11110011 110101 111101 0 1001110 1001011 101 101100101 1011001 111010

Color Harmonies of #F3353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3353D

Black with #F3353D

Text Example


Text Example

White with #F3353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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