Html Css Color HEX #FF373A Alizarin

📋 copy color: '#FF373A'

red 255 ◦ green 55 ◦ blue 58

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

Shades of Alizarin #FF373A

Tints of Alizarin #FF373A

RGB

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

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

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

R = 69.29%
G = 14.95%
B = 15.76%

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

#FF373A (or 0xFF373A) is known color: Alizarin. HEX triplet: FF, 37 and 3A. RGB value is (255,55,58). Sum of RGB (Red+Green+Blue) = 255+55+58=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF373A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF373A is #00C8C5. Grayscale: #737373. Windows color (decimal): -51398 or 3815423. OLE color: 3815423.

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

Color convert

RGB 255 55 58 -
CMYK 0 0.78 0.77 0
HSL 359.1º 1% 0.61% -
HSV(B) 359.1º 0.78% 1% -
XYZ 43.37 24.3 6.41 -
YUV 115.14 95.76 227.76 -
System Red Green Blue C M Y K H S L
Decimal 255 55 58 0 0.78 0.77 0 359.1 1 0.61
Hex FF 37 3A 0 4E 4D 0 167 64 3D
Octal 377 67 72 0 116 115 0 547 144 75
Binary 11111111 110111 111010 0 1001110 1001101 0 101100111 1100100 111101

Color Harmonies of #FF373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF373A

Black with #FF373A

Text Example


Text Example

White with #FF373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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