Html Css Color HEX #FF303F Alizarin

📋 copy color: '#FF303F'

red 255 ◦ green 48 ◦ blue 63

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

Shades of Alizarin #FF303F

Tints of Alizarin #FF303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.21%

R = 69.67%
G = 13.11%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF303F (or 0xFF303F) is known color: Alizarin. HEX triplet: FF, 30 and 3F. RGB value is (255,48,63). Sum of RGB (Red+Green+Blue) = 255+48+63=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF303F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF303F is #00CFC0. Grayscale: #6F6F6F. Windows color (decimal): -53185 or 4141311. OLE color: 4141311.

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

Color convert

RGB 255 48 63 -
CMYK 0 0.81 0.75 0
HSL 355.65º 1% 0.59% -
HSV(B) 355.65º 0.81% 1% -
XYZ 43.19 23.73 7.01 -
YUV 111.6 100.58 230.28 -
System Red Green Blue C M Y K H S L
Decimal 255 48 63 0 0.81 0.75 0 355.65 1 0.59
Hex FF 30 3F 0 51 4B 0 164 64 3B
Octal 377 60 77 0 121 113 0 544 144 73
Binary 11111111 110000 111111 0 1010001 1001011 0 101100100 1100100 111011

Color Harmonies of #FF303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF303F

Black with #FF303F

Text Example


Text Example

White with #FF303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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