Html Css Color HEX #FF303C Alizarin

📋 copy color: '#FF303C'

red 255 ◦ green 48 ◦ blue 60

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

Shades of Alizarin #FF303C

Tints of Alizarin #FF303C

RGB

 RED value IS 255 (100% from 255) = 70.25%

 GREEN value IS 48 (19.14% from 255) = 13.22%

 BLUE value IS 60 (23.83% from 255) = 16.53%

R = 70.25%
G = 13.22%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF303C (or 0xFF303C) is known color: Alizarin. HEX triplet: FF, 30 and 3C. RGB value is (255,48,60). Sum of RGB (Red+Green+Blue) = 255+48+60=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF303C is #00CFC3. Grayscale: #6F6F6F. Windows color (decimal): -53188 or 3944703. OLE color: 3944703.

HSL color Cylindrical-coordinate representation of color #FF303C: hue angle of 356.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF303C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 48 60 -
CMYK 0 0.81 0.76 0
HSL 356.52º 1% 0.59% -
HSV(B) 356.52º 0.81% 1% -
XYZ 43.11 23.7 6.58 -
YUV 111.26 99.08 230.52 -
System Red Green Blue C M Y K H S L
Decimal 255 48 60 0 0.81 0.76 0 356.52 1 0.59
Hex FF 30 3C 0 51 4C 0 165 64 3B
Octal 377 60 74 0 121 114 0 545 144 73
Binary 11111111 110000 111100 0 1010001 1001100 0 101100101 1100100 111011

Color Harmonies of #FF303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF303C

Black with #FF303C

Text Example


Text Example

White with #FF303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF303C; }

 p { color: rgb(255,48,60); }

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

background-color css

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

 a { background-color: rgb(255,48,60); }

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

border-color css

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

 span { border-color: rgb(255,48,60); }

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