Html Css Color HEX #FF373B Alizarin

📋 copy color: '#FF373B'

red 255 ◦ green 55 ◦ blue 59

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

Shades of Alizarin #FF373B

Tints of Alizarin #FF373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.91%

 BLUE value IS 59 (23.44% from 255) = 15.99%

R = 69.11%
G = 14.91%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF373B (or 0xFF373B) is known color: Alizarin. HEX triplet: FF, 37 and 3B. RGB value is (255,55,59). Sum of RGB (Red+Green+Blue) = 255+55+59=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF373B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF373B is #00C8C4. Grayscale: #737373. Windows color (decimal): -51397 or 3880959. OLE color: 3880959.

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

Color convert

RGB 255 55 59 -
CMYK 0 0.78 0.77 0
HSL 358.8º 1% 0.61% -
HSV(B) 358.8º 0.78% 1% -
XYZ 43.4 24.31 6.54 -
YUV 115.26 96.26 227.67 -
System Red Green Blue C M Y K H S L
Decimal 255 55 59 0 0.78 0.77 0 358.8 1 0.61
Hex FF 37 3B 0 4E 4D 0 167 64 3D
Octal 377 67 73 0 116 115 0 547 144 75
Binary 11111111 110111 111011 0 1001110 1001101 0 101100111 1100100 111101

Color Harmonies of #FF373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF373B

Black with #FF373B

Text Example


Text Example

White with #FF373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF373B; }

 p { color: rgb(255,55,59); }

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

background-color css

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

 a { background-color: rgb(255,55,59); }

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

border-color css

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

 span { border-color: rgb(255,55,59); }

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