Html Css Color HEX #FF373C Alizarin

📋 copy color: '#FF373C'

red 255 ◦ green 55 ◦ blue 60

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

Shades of Alizarin #FF373C

Tints of Alizarin #FF373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.22%

R = 68.92%
G = 14.86%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF373C (or 0xFF373C) is known color: Alizarin. HEX triplet: FF, 37 and 3C. RGB value is (255,55,60). Sum of RGB (Red+Green+Blue) = 255+55+60=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF373C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF373C is #00C8C3. Grayscale: #737373. Windows color (decimal): -51396 or 3946495. OLE color: 3946495.

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

Color convert

RGB 255 55 60 -
CMYK 0 0.78 0.76 0
HSL 358.5º 1% 0.61% -
HSV(B) 358.5º 0.78% 1% -
XYZ 43.42 24.32 6.68 -
YUV 115.37 96.76 227.59 -
System Red Green Blue C M Y K H S L
Decimal 255 55 60 0 0.78 0.76 0 358.5 1 0.61
Hex FF 37 3C 0 4E 4C 0 166 64 3D
Octal 377 67 74 0 116 114 0 546 144 75
Binary 11111111 110111 111100 0 1001110 1001100 0 101100110 1100100 111101

Color Harmonies of #FF373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF373C

Black with #FF373C

Text Example


Text Example

White with #FF373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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