Html Css Color HEX #FF3036 Alizarin

📋 copy color: '#FF3036'

red 255 ◦ green 48 ◦ blue 54

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

Shades of Alizarin #FF3036

Tints of Alizarin #FF3036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.13%

R = 71.43%
G = 13.45%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF3036 (or 0xFF3036) is known color: Alizarin. HEX triplet: FF, 30 and 36. RGB value is (255,48,54). Sum of RGB (Red+Green+Blue) = 255+48+54=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3036 is #00CFC9. Grayscale: #6E6E6E. Windows color (decimal): -53194 or 3551487. OLE color: 3551487.

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

Color convert

RGB 255 48 54 -
CMYK 0 0.81 0.79 0
HSL 358.26º 1% 0.59% -
HSV(B) 358.26º 0.81% 1% -
XYZ 42.96 23.64 5.79 -
YUV 110.58 96.08 231.01 -
System Red Green Blue C M Y K H S L
Decimal 255 48 54 0 0.81 0.79 0 358.26 1 0.59
Hex FF 30 36 0 51 4F 0 166 64 3B
Octal 377 60 66 0 121 117 0 546 144 73
Binary 11111111 110000 110110 0 1010001 1001111 0 101100110 1100100 111011

Color Harmonies of #FF3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3036

Black with #FF3036

Text Example


Text Example

White with #FF3036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3036; }

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

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

background-color css

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

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

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

border-color css

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

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

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