Html Css Color HEX #FF303A Alizarin

📋 copy color: '#FF303A'

red 255 ◦ green 48 ◦ blue 58

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

Shades of Alizarin #FF303A

Tints of Alizarin #FF303A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.07%

R = 70.64%
G = 13.3%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF303A (or 0xFF303A) is known color: Alizarin. HEX triplet: FF, 30 and 3A. RGB value is (255,48,58). Sum of RGB (Red+Green+Blue) = 255+48+58=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF303A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF303A is #00CFC5. Grayscale: #6F6F6F. Windows color (decimal): -53190 or 3813631. OLE color: 3813631.

HSL color Cylindrical-coordinate representation of color #FF303A: hue angle of 357.1º 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 #FF303A is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB 255 48 58 -
CMYK 0 0.81 0.77 0
HSL 357.1º 1% 0.59% -
HSV(B) 357.1º 0.81% 1% -
XYZ 43.06 23.68 6.3 -
YUV 111.03 98.08 230.69 -
System Red Green Blue C M Y K H S L
Decimal 255 48 58 0 0.81 0.77 0 357.1 1 0.59
Hex FF 30 3A 0 51 4D 0 165 64 3B
Octal 377 60 72 0 121 115 0 545 144 73
Binary 11111111 110000 111010 0 1010001 1001101 0 101100101 1100100 111011

Color Harmonies of #FF303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF303A

Black with #FF303A

Text Example


Text Example

White with #FF303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF303A; }

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

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

background-color css

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

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

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

border-color css

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

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

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